forked from linagora/esn-frontend-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
7 lines (5 loc) · 813 Bytes
/
.env.example
1
2
3
4
5
6
7
APP_GRID_ITEMS=[{ "name": "Calendar", "url": "http://localhost:9900/#/calendar" }, { "name": "Contacts", "url": "http://localhost:9900/#/contacts" }, { "name": "Inbox", "url": "http://localhost:9900/#/unifiedinbox/inbox" }, { "name": "Admin", "url": "http://localhost:9900/#/admin" }, { "name": "LinShare", "url": "http://localhost:30000" }]
# Auth provider, possible values are 'oidc' or 'basic'
AUTH_PROVIDER=oidc
# Auth provider settings
AUTH_PROVIDER_SETTINGS={"authority": "http://localhost:8888/auth/realms/master", "client_id": "openpaas", "redirect_uri": "http://localhost:9900/#/auth/oidc/callback", "silent_redirect_uri": "http://localhost:9900/calendar/auth/silent-renew.html", "post_logout_redirect_uri": "http://localhost:9900/", "response_type": "id_token token", "scope": "openid email profile"}