-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.production
13 lines (13 loc) · 1.05 KB
/
.env.production
1
2
3
4
5
6
7
8
9
10
11
12
13
NEXT_PUBLIC_HUBHOP_OAUTH_CLIENTID=3fa991e7-f622-4b85-bdcf-d08af4083f79
NEXT_PUBLIC_HUBHOP_OAUTH_AUTHORITY=https://mobiflightid.b2clogin.com/mobiflightid.onmicrosoft.com/b2c_1_mobiflight
NEXT_PUBLIC_HUBHOP_OAUTH_KNOWN_AUTHORITIES=mobiflightid.b2clogin.com
NEXT_PUBLIC_HUBHOP_OAUTH_REDIRECT_URI=https://hubhop.mobiflight.com/
NEXT_PUBLIC_HUBHOP_OAUTH_REDIRECT_URI_DEV=https://hubhop.mobiflight.com/
NEXT_PUBLIC_HUBHOP_OAUTH_SCOPES=https://mobiflightid.onmicrosoft.com/api/presets
NEXT_PUBLIC_HUBHOP_ROLES_DEFAULT_ROLE=Guest
NEXT_PUBLIC_HUBHOP_ROLES_DEFAULT_NAME=Guest
NEXT_PUBLIC_HUBHOP_API_BASEURL=https://hubhop-api-mgtm.azure-api.net/api/v1
NEXT_PUBLIC_HUBHOP_API_STATS_MSFS=https://hubhop-api-mgtm.azure-api.net/api/v1/msfs2020/statistics/general
NEXT_PUBLIC_HUBHOP_API_STATS_XPLANE=https://hubhop-api-mgtm.azure-api.net/api/v1/xplane/statistics/general
NEXT_PUBLIC_HUBHOP_API_LAST_MSFS=https://hubhop-api-mgtm.azure-api.net/api/v1/msfs2020/statistics/last
NEXT_PUBLIC_HUBHOP_API_LAST_XPLANE=https://hubhop-api-mgtm.azure-api.net/api/v1/xplane/statistics/last