mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
30 lines
691 B
YAML
30 lines
691 B
YAML
secrets:
|
|
production:
|
|
portainer:
|
|
host: portainer.example.com
|
|
minecraft:
|
|
paper:
|
|
dynmap_host: dynmap.example.com
|
|
mysql:
|
|
password: mysql
|
|
root_password: mysql
|
|
postgres:
|
|
password: postgres
|
|
rabbitmq:
|
|
password: rabbitmq
|
|
forwarding_secret: 1234
|
|
monitoring:
|
|
grafana:
|
|
host: grafana.example.com
|
|
oauth:
|
|
domain: auth.example.com
|
|
client_id: grafana.example.com
|
|
client_secret: auth_secret
|
|
auth:
|
|
keycloak:
|
|
host: auth.example.com
|
|
user: default_user
|
|
password: default_password
|
|
postgres:
|
|
password: postgres
|