-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.env
More file actions
24 lines (20 loc) · 1009 Bytes
/
.env
File metadata and controls
24 lines (20 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Use '.env.local' file to override this
# You can set URLs to local or to staging environment
VITE_EVENTS_API_URL=https://api.innohassle.ru/events/v0
VITE_ACCOUNTS_API_URL=https://api.innohassle.ru/accounts/v0
VITE_SEARCH_API_URL=https://api.innohassle.ru/search/v0
VITE_MAPS_API_URL=https://api.innohassle.ru/maps/v0
VITE_MUSIC_ROOM_API_URL=https://api.innohassle.ru/music-room/v0
VITE_BOOKING_API_URL=https://api.innohassle.ru/room-booking/v0
VITE_WORKSHOPS_API_URL=https://api.innohassle.ru/workshops/v0
VITE_GUARD_API_URL=https://api.innohassle.ru/guard/v0
VITE_CLUBS_API_URL=https://api.innohassle.ru/clubs/v0
VITE_STUDENT_AFFAIRS_API_URL=https://api.innohassle.ru/student-affairs/v0
VITE_INNOSPORT_API_URL=https://sport.innopolis.university/api
# Should be the name of provider supported by Accounts API
VITE_AUTH_PROVIDER=innopolis
# Should be the same as used by Accounts API
VITE_BOT_NAME=InNoHassleBot
# Leave unchanged to disable trackers
VITE_TRACKER_GA=G-XXXXXXXXXX
VITE_TRACKER_YM=00000000