You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
388 B
YAML
12 lines
388 B
YAML
---
|
|
|
|
hetzner_server_type: cpx11
|
|
hetzner_server_labels: "stage={{ stage }} service=webdav"
|
|
|
|
webdav_jwt_secret: "5646aee6dadc4c19b15f4b65f1e6549f"
|
|
|
|
webdav_postgres_host: "{{ shared_service_pg_master_hostname }}"
|
|
webdav_postgres_database_name: "{{ stage }}_webdav"
|
|
webdav_postgres_admin_username: "{{ webdav_postgres_database_name }}"
|
|
webdav_postgres_admin_password: "webdav-postgres-admin"
|