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-09-06 10:07:34 +00:00
|
|
|
APP_NAME=Coolify-localhost
|
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-04-03 08:39:29 +00:00
|
|
|
DUSK_DRIVER_URL=http://selenium:4444
|
2023-08-17 14:20:27 +00:00
|
|
|
|
|
|
|
## For Andras only
|
|
|
|
# To purge cache
|
|
|
|
BUNNY_API_KEY=
|
|
|
|
# To upload assets
|
|
|
|
BUNNY_STORAGE_API_KEY=
|