2025-07-27 20:32:50 +02:00
|
|
|
# Configure if Docker Image should include the xdebug extension or not
|
|
|
|
ENABLE_XDEBUG=true
|
|
|
|
|
|
|
|
# define the application context
|
2025-07-21 22:02:38 +02:00
|
|
|
APP_CONTEXT="Production"
|
2025-07-27 20:32:50 +02:00
|
|
|
|
|
|
|
# some 3rd party environment configurations
|
2025-07-21 22:02:38 +02:00
|
|
|
HOLIDAY_SERVER="https://get.api-feiertage.de?years=$currentYear&states=nw"
|
|
|
|
SERVER="https://your.next.cloud/apps/tables/api/1/tables/[$yourTableId]/rows"
|
|
|
|
LOGIN="yourlogin@next.cloud:YOURPASSWORD"
|