25 lines
988 B
Bash
25 lines
988 B
Bash
BASIC_AUTH_USERNAME=username
|
|
BASIC_AUTH_PASSWORD=password
|
|
|
|
OFFICE_RnD_TOKEN=token for Office RnD API requests
|
|
MAX_BACK_TO_BACK_DIFFERENCE=Time in minutes
|
|
EARLIEST_UNLOCK=Time in minutes
|
|
|
|
UI_TIMEZONE=Timezone for user interface | https://en.wikipedia.org/wiki/List_of_tz_database_time_zones | example : America/Los_Angeles
|
|
|
|
UNSCHEDULED_USE_TIME_RESOLUTION=Time in minutes
|
|
UNSCHEDULED_USE_CHARGE_PRICE=Charge price
|
|
|
|
UNLOCK_0=Price for unlocked door, first month
|
|
UNLOCK_1=Price for unlocked door, second month
|
|
UNLOCK_2=Price for unlocked door, third month
|
|
UNLOCK_3=Price for unlocked door, fourth month
|
|
UNLOCK_4=Price for unlocked door, fifth month
|
|
UNLOCK_5=Price for unlocked door, sixth month
|
|
|
|
UNLOCK_STREAK_REPAIR_AFTER=Number of months without incidents to reset user incident level
|
|
|
|
BOOKING_CHANGE_PERCENTAGE_CHARGE=Percentage of hourly reate to apply for cancellation-like charges
|
|
|
|
ALLOWED_BOOKING_CANCELLATION_TIME=Time from creation (in minutes) in which cancellation is not charged
|