mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Renamed databasename
This commit is contained in:
@@ -20,7 +20,7 @@ user = "{{database_username}}"
|
||||
password = "{{database_password}}"
|
||||
|
||||
# Ensure that this database has been created in Postgres.
|
||||
database = "{{database_databasename}}"
|
||||
database = "{{database_name}}"
|
||||
|
||||
ssl_mode = "disable"
|
||||
max_open = 25
|
||||
|
Reference in New Issue
Block a user