This repository was archived by the owner on Aug 26, 2024. It is now read-only.
File tree 3 files changed +14715
-2
lines changed
3 files changed +14715
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Application config
2
+ VUE_APP_API_USER_WEBSOCKET_URI = wss://user-gateway.casty.ir
3
+ VUE_APP_API_THEATER_WEBSOCKET_URI = wss://theater-gateway.casty.ir
4
+
5
+ # API http requests config
6
+ VUE_APP_API_SCHEMA = https
7
+ VUE_APP_API_BASE = api.casty.ir
8
+ VUE_APP_API_VERSION = v1
9
+ VUE_APP_CDN_URI = https://cdn.casty.ir
10
+
11
+ # Google oauth configs
12
+ VUE_APP_API_GOOGLE_ANALYTICS_TRACK_ID = UA-161464756-1
13
+ VUE_APP_API_GOOGLE_CLIENT_ID = 333498721206-5s2s31pbh26rlquclst8frr8pml873sc.apps.googleusercontent.com
14
+ VUE_APP_API_GOOGLE_REDIRECT_URI = https://casty.ir/oauth/google/callback
15
+
16
+ # Discord oauth configs
17
+ VUE_APP_API_DISCORD_CLIENT_ID = 592544135383351335
18
+ VUE_APP_API_DISCORD_REDIRECT_URI = https://casty.ir/oauth/discord/callback
19
+
20
+ # Spotify oauth configs
21
+ VUE_APP_API_SPOTIFY_CLIENT_ID = 80ac55a12cd54278bbe55e6e0d776576
22
+ VUE_APP_API_SPOTIFY_REDIRECT_URI = https://casty.ir/oauth/spotify/callback
23
+
24
+ # Recaptcha config
25
+ VUE_APP_API_RECAPTCHA_ENABLED = true
26
+ VUE_APP_API_RECAPTCHA_SITE_KEY = 9a1aff42-21bc-4941-9df9-8701b12d8338
Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
node_modules
3
3
/dist
4
- /.env
5
4
6
5
# local env files
7
6
.env.local
@@ -20,5 +19,4 @@ yarn-error.log*
20
19
* .njsproj
21
20
* .sln
22
21
* .sw ?
23
- package-lock.json
24
22
docker-compose.yml
You can’t perform that action at this time.
0 commit comments