File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed
Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ node_modules/
1313
1414# misc
1515.DS_Store
16- # .env.local
17- # .env.development.local
18- # .env.test.local
19- # .env.production.local
2016
2117# source maps
2218** /* .js.map
Original file line number Diff line number Diff line change 1+ # Here you can put environment variables that you would like to use as local environment
Original file line number Diff line number Diff line change 1+ VUE_APP_EDITION=community
2+ VUE_APP_COMMUNITY_PREMIUM=false
3+ VUE_APP_BACKEND_URL=/api
4+ VUE_APP_WEBSOCKETS_URL=ws://localhost:8080
5+ VUE_APP_FRONTEND_HOST=localhost:8081
6+ VUE_APP_FRONTEND_PROTOCOL=http
7+ VUE_APP_GITHUB_INSTALLATION_URL=https://github.com/apps/gitmesh-test/installations/new
8+ VUE_APP_DISCORD_INSTALLATION_URL=
9+ VUE_APP_CUBEJS_URL=http://localhost:4000
10+ VUE_APP_CONVERSATIONS_PUBLIC_URL=http://localhost:3000
11+ VUE_APP_NANGO_URL=http://localhost:3003
12+ VUE_APP_ENV=local
13+ BACKEND_URL=http://localhost:8080
14+
15+ # Unleash feature flags
16+ VUE_APP_UNLEASH_URL=http://localhost:4242
17+ VUE_APP_UNLEASH_API_KEY=frontend-secret-key-12345
You can’t perform that action at this time.
0 commit comments