feat: add Daedalus application configuration, database setup, and monitoring alerts
This commit is contained in:
@@ -46,6 +46,9 @@ nike_db_password: "{{ vault_nike_db_password }}"
|
||||
periplus_db_name: periplus
|
||||
periplus_db_user: periplus
|
||||
periplus_db_password: "{{ vault_periplus_db_password }}"
|
||||
daedalus_db_name: daedalus
|
||||
daedalus_db_user: daedalus
|
||||
daedalus_db_password: "{{ vault_daedalus_db_password }}"
|
||||
|
||||
# PostgreSQL admin password
|
||||
postgres_password: "{{ vault_postgres_password }}"
|
||||
|
||||
Reference in New Issue
Block a user