Add valid config/auth
This commit is contained in:
parent
75c10c1d65
commit
5abb1fcef8
2 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,7 @@ django-superuser-password: ""
|
|||
django-superuser-email: "some@example.com"
|
||||
rabbitmq-user: ""
|
||||
rabbitmq-pw: ""
|
||||
rabbitmq-erlang-cookie: ""
|
||||
mon-auth:
|
||||
grafana-cloud-user: "user"
|
||||
grafana-cloud-password: "password"
|
||||
|
|
|
@ -1,4 +1,10 @@
|
|||
issuer: "staging"
|
||||
fqdn: "taiga.test.meissa.de"
|
||||
public-register-enabled: "false"
|
||||
enable-telemetry: "false"
|
||||
storage-class-name: "local-path"
|
||||
storage-media-size: "20"
|
||||
storage-static-size: "20"
|
||||
mon-cfg:
|
||||
grafana-cloud-url: "url-for-your-prom-remote-write-endpoint"
|
||||
cluster-name: "jitsi"
|
||||
|
|
Loading…
Reference in a new issue