32 lines
1.4 KiB
Bash
32 lines
1.4 KiB
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
|
|
|
|
SEQUELIZE_LOGGING=0 - false, 1 - true (console logging)
|
|
|
|
#More about pool option : http://docs.sequelizejs.com/class/lib/sequelize.js~Sequelize.html
|
|
DB_POOL_MAX_CONNECTIONS=Maximum number of connection in pool (ex. 18)
|
|
DB_POOL_ACQUIRE=The maximum time, in milliseconds, that pool will try to get connection before throwing error (ex. 120000)
|
|
DB_POOL_EVICT=The time interval, in milliseconds, after which sequelize-pool will remove idle connections. (ex. 10000)
|