2023-03-17 14:33:48 +00:00
|
|
|
############################################################################################################
|
|
|
|
# Development Environment
|
|
|
|
|
2023-03-18 17:59:37 +00: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 14:33:48 +00:00
|
|
|
USERID=
|
2023-03-18 17:59:37 +00:00
|
|
|
GROUPID=
|
2023-03-17 14:33:48 +00:00
|
|
|
############################################################################################################
|
2023-06-23 10:08:14 +00:00
|
|
|
APP_ID=development
|
2023-03-17 14:33:48 +00:00
|
|
|
APP_ENV=local
|
|
|
|
APP_KEY=
|
|
|
|
APP_DEBUG=true
|
2023-06-12 15:49:11 +00:00
|
|
|
APP_URL=http://localhost
|
2023-03-27 18:10:10 +00:00
|
|
|
APP_PORT=8000
|
2023-04-12 20:19:03 +00:00
|
|
|
|
2023-07-28 14:42:28 +00:00
|
|
|
DEV_CONFIG_PATH=/home/andrasbacsai/devel/coolify/_data/coolify
|
|
|
|
|
2023-04-03 08:39:29 +00:00
|
|
|
DUSK_DRIVER_URL=http://selenium:4444
|