mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-06 05:08:16 +00:00
Optimized variable typos
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
POSTGRES_PASSWORD={{database_password}}
|
||||
POSTGRES_USER={{database_username}}
|
||||
POSTGRES_DB={{database_name}}
|
||||
POSTGRES_PASSWORD={{ database_password }}
|
||||
POSTGRES_USER={{ database_username }}
|
||||
POSTGRES_DB={{ database_name }}
|
||||
POSTGRES_INITDB_ARGS=--encoding=UTF8 --locale=C
|
||||
Reference in New Issue
Block a user