coolify/.env.example

27 lines
700 B
Plaintext
Raw Normal View History

2023-03-17 15:33:48 +01:00
############################################################################################################
# Development Environment
2023-03-18 18:59:37 +01:00
# User and group id for the user that will run the application inside the container
# Run in your terminal: `id -u` and `id -g` and that's the results
2023-03-17 15:33:48 +01:00
USERID=
2023-03-18 18:59:37 +01:00
GROUPID=
2023-03-17 15:33:48 +01:00
############################################################################################################
APP_NAME=Laravel
2023-03-30 11:24:55 +02:00
APP_SERVICE=php
2023-03-17 15:33:48 +01:00
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
2023-03-27 20:10:10 +02:00
APP_PORT=8000
2023-04-03 10:39:29 +02:00
DUSK_DRIVER_URL=http://selenium:4444
2023-03-17 15:33:48 +01:00
DB_CONNECTION=pgsql
DB_HOST=postgres
DB_PORT=5432
DB_DATABASE=coolify
DB_USERNAME=coolify
2023-03-17 15:33:48 +01:00
DB_PASSWORD=password
QUEUE_CONNECTION=database