Skip to content

Commit 94095fc

Browse files
committed
All features implemented
1 parent 39ab485 commit 94095fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+4505
-46
lines changed

.env

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
VUE_APP_BASE_URL=http://localhost:3000
2+
VUE_APP_SSO_URL=https://sso.snippetify.com
3+
VUE_APP_API_URL=http://127.0.0.1:8000
4+
5+
VUE_APP_I18N_LOCALE=en
6+
VUE_APP_I18N_FALLBACK_LOCALE=en
7+
8+
VUE_APP_NODE_ENV=dev
9+
VUE_APP_APP_DEBUG=true
10+
VUE_APP_APP_NAME=Snippetify

.env.prod

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
VUE_APP_BASE_URL=https://snippetify.com
2+
VUE_APP_SSO_URL=https://sso.snippetify.com
3+
VUE_APP_API_URL=https://api.snippetify.com
4+
5+
VUE_APP_I18N_LOCALE=en
6+
VUE_APP_I18N_FALLBACK_LOCALE=en
7+
8+
VUE_APP_APP_DEBUG=false
9+
VUE_APP_NODE_ENV=production
10+
VUE_APP_APP_NAME=Snippetify

0 commit comments

Comments
 (0)