15 lines
479 B
Text
Executable file
15 lines
479 B
Text
Executable file
# Attributes Database Configuration
|
|
#
|
|
# Credentials are stored in vault/features/attributes.env (git-ignored)
|
|
# and symlinked here as .env
|
|
#
|
|
# The symlink is already set up:
|
|
# .env -> ../../../vault/features/attributes.env
|
|
#
|
|
# The reconciler sets POSTGRES_PORT and POSTGRES_DATA_DIR from inventory.
|
|
# Password is managed in the vault.
|
|
|
|
# Reference values (actual credentials in vault):
|
|
# POSTGRES_USER=attributes
|
|
# POSTGRES_PASSWORD=<managed in vault>
|
|
# POSTGRES_DB=attributes
|