Reflect reqs in auth
This commit is contained in:
parent
96e7e31c55
commit
401e07ba72
1 changed files with 9 additions and 7 deletions
|
@ -1,10 +1,12 @@
|
|||
auth:
|
||||
- unique-name: "test.io"
|
||||
username: "someuser"
|
||||
authtoken: "abedjgbasdodj"
|
||||
- unique-name: "example.io"
|
||||
username: "someuser"
|
||||
authtoken: "abedjgbasdodj"
|
||||
taiga-secret-key: "some-key"
|
||||
postgres-db-user: "forgejo"
|
||||
postgres-db-password: "forgejo-db-password"
|
||||
mailer-user: ""
|
||||
mailer-pw: ""
|
||||
rabbitmq-user: ""
|
||||
rabbitmq-pw: ""
|
||||
django-superuser: "taiga-admin"
|
||||
django-superuser-password: ""
|
||||
mon-auth:
|
||||
grafana-cloud-user: "user"
|
||||
grafana-cloud-password: "password"
|
||||
|
|
Loading…
Reference in a new issue