2023-03-17 15:33:48 +01: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 15:33:48 +01:00
|
|
|
USERID=
|
2023-03-18 17:59:37 +00: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 09:39:29 +01: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=
|