Skip to content

Commit 840d95d

Browse files
committed
added dist files required
Signed-off-by: RAWx18 <rawx18.dev@gmail.com>
1 parent c81e63d commit 840d95d

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

frontend/.env.dist.composed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Here you can put environment variables that you would like to use as local environment

frontend/.env.dist.local

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

0 commit comments

Comments
 (0)