coolify/.env.development.example
Andras Bacsai 6077a1c448 fix
2023-06-12 17:49:11 +02:00

19 lines
551 B
Plaintext

############################################################################################################
# Development Environment
# 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
USERID=
GROUPID=
############################################################################################################
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
APP_PORT=8000
DUSK_DRIVER_URL=http://selenium:4444
DB_PASSWORD=password