12 lines
361 B
Bash
12 lines
361 B
Bash
APP_ENV=dev
|
|
APP_SECRET=YyqIPrhVcUN1myrOndRheHONFbLo7GKpVk0wbKX5j4fNJ5y4i64DwX5jLMHkeJRZ
|
|
|
|
POSTGRES_DB=symfony
|
|
POSTGRES_USER=symfony
|
|
POSTGRES_PASSWORD=symfony
|
|
|
|
# DATABASE_URL is assembled automatically, but you can hardcode if preferred:
|
|
# DATABASE_URL=postgresql://symfony:symfony@db:5432/symfony?serverVersion=16&charset=utf8
|
|
|
|
DEFAULT_URI=http://localhost:8080
|