shiftcalc/example.env

10 lines
388 B
Bash
Raw Normal View History

# 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"
# 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"