Compose-Examples/examples/n8n/.env

7 lines
168 B
Bash
Raw Normal View History

2024-02-22 11:22:37 +00:00
POSTGRES_USER=postgres
POSTGRES_PASSWORD=MySecureRootDbUserPassword
POSTGRES_DB=n8n
2023-02-23 00:43:45 +00:00
2024-02-22 11:22:37 +00:00
POSTGRES_NON_ROOT_USER=n8n
POSTGRES_NON_ROOT_PASSWORD=MySecureDatabaseUserPassword