Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 156743f

Browse files
committed
Adding .env file and package-lock.json
1 parent 44145ad commit 156743f

File tree

3 files changed

+14715
-2
lines changed

3 files changed

+14715
-2
lines changed

.env

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.DS_Store
22
node_modules
33
/dist
4-
/.env
54

65
# local env files
76
.env.local
@@ -20,5 +19,4 @@ yarn-error.log*
2019
*.njsproj
2120
*.sln
2221
*.sw?
23-
package-lock.json
2422
docker-compose.yml

0 commit comments

Comments
 (0)