-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env-example
46 lines (37 loc) · 1.38 KB
/
.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
### General configuration
# Domain name (may be localhost)
DOMAIN=localhost
# letsencrypt certificate email
# You may leave this blank, but it is strongly recommended to add one
LETSENCRYPT_EMAIL=
# App client ID
FRONTEND_OIDC_CLIENT_ID=ccweb
FRONTEND_API=/api/latest
FRONTEND_REDIRECT_HOST=https://localhost
## if using the frontend as a standalone app for another api server, you may set the platform tags below
## separated by commas, ex.: ai4eosc,foo,bar
FRONTEND_PLATFORM_TAGS=
# oauth authority to use
OAUTH_AUTHORITY="https://aai-demo.egi.eu/auth/realms/egi/"
## COPIED FROM BACKEND
## Backend configuration
PROJECT_NAME=cookiecutter-web
REPOSITORY_URL="https://github.com/m-team-kit/templates-hub.git"
ISSUES_URL="https://github.com/m-team-kit/templates-hub/issues"
CORS_ORIGINS="http://localhost,http://localhost:3000,http://localhost:5000,https://localhost"
## Postgres database configuration
POSTGRES_HOST=database
POSTGRES_USER=postgres
POSTGRES_PASSWORD=change_this_password
POSTGRES_DB=app
## Postfix configuration
# SMTP_HOST=localhost
SMTP_PORT=587
## PgAdmin client configuration
PGADMIN_PASSWORD=change_this_password
## API secret for database endpoints
ADMIN_SECRET=change_this_secret