Backoffice - iHotelier / GMS configuration
Inside the backoffice, there is data coming from iHotelier, for example, in the room settings:

"ROOM ID" field is a dropdown with the name of rooms coming from iHotelier data.
"LEAD RATE" values comes from iHotelier
If we don't receive any value from iHotelier (as there is not the correct configuration on this dev environment), the "ROOM ID" is a simple input, and the "LEAD RATE" comes from the Fall back rate.
How to edit your iHotelier configuration on your dev environment
It is not required to add this configuration, most of the time you don't need this configuration on dev environments In case these key / values are not defined in your unit backoffice, it will fallback to the configuration file of the unit (file editable only by xo7) This is only if you need to use on your dev environment data coming from iHotelier.
The iHotelier configuration is accessible at unit level.
1 - In the "Bento menu", choose the icon "Admin"
2 - In the sidebar click on "Unit"
3 - Select your unit in the list (for example Tc Default)
4 - go to the tab "Settings"

Key
Description
IHOTELIER_URL
Base API URL
IHOTELIER_URL_AUTH
optional, if you don't define it, it will be IHOTELIER_URL + /oauth/token
IHOTELIER_CLIENT
Client ID for API authentication
IHOTELIER_SECRET
Corresponding secret
IHOTELIER_URL_BOOKING
Base URL for booking link generated by Galaxy
How to remove a key?
Currently it is not possible to remove a key, so in that case we advise to empty the value
Last updated