Files
old-crm-integration/environment.env

32 lines
1.4 KiB
Bash
Raw Normal View History

BASIC_AUTH_USERNAME=username
BASIC_AUTH_PASSWORD=password
2019-06-14 17:41:09 +02:00
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
2019-06-14 17:41:09 +02:00
UNSCHEDULED_USE_TIME_RESOLUTION=Time in minutes
2019-07-01 09:31:13 +02:00
UNSCHEDULED_USE_CHARGE_PRICE=Charge price
2019-06-14 17:41:09 +02:00
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
2019-07-08 20:37:14 +02:00
BOOKING_CHANGE_PERCENTAGE_CHARGE=Percentage of hourly reate to apply for cancellation-like charges
2019-07-19 22:25:22 +02:00
ALLOWED_BOOKING_CANCELLATION_TIME=Time from creation (in minutes) in which cancellation is not charged
2019-07-24 07:25:29 +02:00
SEQUELIZE_LOGGING=0 - false, 1 - true (console logging)
2019-07-25 06:53:32 +02:00
#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)