coolify/.env.development.example

23 lines
641 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
############################################################################################################
2023-06-23 12:08:14 +02:00
APP_ID=development
2023-03-17 15:33:48 +01:00
APP_ENV=local
APP_KEY=
APP_DEBUG=true
2023-06-12 17:49:11 +02:00
APP_URL=http://localhost
2023-03-27 20:10:10 +02:00
APP_PORT=8000
2023-04-12 22:19:03 +02:00
2023-04-03 10:39:29 +02:00
DUSK_DRIVER_URL=http://selenium:4444
2023-08-17 16:20:27 +02:00
## For Andras only
# To purge cache
BUNNY_API_KEY=
# To upload assets
BUNNY_STORAGE_API_KEY=