10 lines
388 B
Bash
10 lines
388 B
Bash
# Configure if Docker Image should include the xdebug extension or not
|
|
ENABLE_XDEBUG=true
|
|
|
|
# define the application context
|
|
APP_CONTEXT="Production"
|
|
|
|
# some 3rd party environment configurations
|
|
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" |