-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.dist
34 lines (32 loc) · 831 Bytes
/
.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
###> node -------------------- ###
# This will be available in all environments
# -----
# Base application URL
BASE_URL=http://localhost:3000
# -----
# API endpoint - the base root for the application API
API_URL=http://localhost:8000/api
# todo:Axios - choose to keep or flush...
#API_PREFIX=/api
#API_HOST=localhost
#HOST=localhost
#API_PORT=8001
#PORT=8000
# -----
# AUTH endpoint - the base root for the user authorization
# Uncomment this line to use an external oAuth server (B2P)
# AUTH_URL=http://192.168.0.101:8083
###< node -------------------- ###
###> 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
###< docker -------------------- ###