# 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= # POSTGRES_DB=attributes