-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
40 lines (34 loc) · 822 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Copyright 2022 Canonical Ltd.
# See LICENSE file for licensing details.
#
# TEMPLATE-TODO: change this example to suit your needs.
# If you don't need a config, you can remove the file entirely.
# It ties in to the example _on_config_changed handler in src/charm.py
#
# Learn more about config at: https://juju.is/docs/sdk/config
options:
waltz-db-host:
type: string
default: ""
description: |
The DB host.
waltz-db-port:
type: string
default: "5432"
description: |
The DB port.
waltz-db-name:
type: string
default: "waltz"
description: |
The DB name.
waltz-db-username:
type: string
default: "waltz"
description: |
The DB username.
waltz-db-password:
type: string
default: "waltz"
description: |
The DB password.