-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.dist
44 lines (40 loc) · 1.08 KB
/
.env.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
###> vuejs ------------------- ###
# This will be available in all environments
# -----
# Localization
VUE_APP_I18N_LOCALE=fr
VUE_APP_I18N_FALLBACK_LOCALE=en
# -----
# Base application URL
VUE_APP_BASE_URL=http://localhost:8080
# -----
# API configuration
# - main endpoint - the base root for the application API
VUE_APP_API_URL=http://localhost:8000/api
# - main endpoint - the base root for the application API
VUE_APP_ACCEPT_HEADER=application/ld+json
# -----
# AUTH endpoint - the base root for the user authorization
# Uncomment this line to use an external oAuth server (B2P)
# VUE_APP_AUTH_URL=http://192.168.0.101:8083
# ---
VUE_APP_STORE_KEY = myStore
###< vuejs ------------------- ###
###> docker -------------------- ###
# -----
# Docker variables
# -----
# Components versions
TAG_NGINX=1.20
TAG_NODEJS=14
# Project prefix
PROJECT=eprotocole_frontend
PROJECT_VERSION=beta
PROJECT_API_VERSION=1
PROJECT_PWA_VERSION=1
IMAGE_NAME=eprotocole_frontend_vuejs:beta
CONTAINER_NAME=eprotocole_frontend_vuejs
# Vue UI settings
VUE_UI_HOST=0.0.0.0
VUE_UI_PORT=8000
###< docker -------------------- ###