Statistics
| Branch: | Tag: | Revision:

root / runtime.properties @ d4ace10a

History | View | Annotate | Download (503 Bytes)

1
#!!!!!ATTENTION!!!!! loginUrl MUST end at "next=". You should not give the value of the next parameter. It will be determined automatically 
2
loginUrl={{ settings.LOGIN_URL }}
3
CLOUDBAR_ACTIVE_SERVICE = {{ settings.CLOUDBAR_ACTIVE }}
4
CLOUDBAR_LOCATION = {{ settings.CLOUDBAR_LOCATION }}
5
CLOUDBAR_SERVICES = {{ settings.CLOUDBAR_SERVICES_URL }}
6
CLOUDBAR_MENU = {{ settings.CLOUDBAR_MENU_URL }}
7
authCookie={{ settings.AUTH_COOKIE_NAME }}
8
feedbackUrl={{ settings.FEEDBACK_URL }}
9
version={{ CLIENT_VERSION }}