forked from noi-techpark/webcomp-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
32 lines (26 loc) · 1011 Bytes
/
.env.example
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
# change version if you want to update your webcomponent
WC_VERSION=0.0.1
# Change port numbers, if they are already in use on your system
# replace 5001, 5002, 8998 and 8999 with your port numbers
API_SERVER_PORT=5001
CDN_SERVER_PORT=5002
FRONTEND_PORT=8999
APP_PORT=8998
API_URL_TEST=http://api:5001/
API_BASE_URL=http://localhost:5001
API_SWAGGER_BASE_URL=http://localhost:5001
CDN_DIST_URL=http://localhost:5002/dist
CDN_SWAGGER_BASE_URL=http://localhost:5002
CDN_WORKSPACE=/workspace
CDN_ADMINPATH=/workspace
WC_PATH=./webcomponent/
KEYCLOAK_URL_TEST=https://auth.opendatahub.testingmachine.eu/auth/
KEYCLOAK_REALM_TEST=noi
KEYCLOAK_CLIENT_ID_TEST=it.bz.opendatahub.webcomponents.development
# just for local development
KEYCLOAK_CLIENT_SECRET=3f170eea-19e2-43a7-a5cd-9343c6c74b09
## ReCaptcha configuration
# Get it from https://www.google.com/recaptcha/admin/create
# At the moment only v2 keys are supported
RECAPTCHA_PUBLIC_KEY=123key123
DB_URL=jdbc:postgresql://wcstore_boilerplate_postgres/wcs