forked from VRK-YTI/yti-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
19 lines (14 loc) · 848 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DATAMODEL_API_URL=http://yti-datamodel-api:9004/datamodel-api
TERMINOLOGY_API_URL=http://yti-terminology-api:9103/terminology-api
MESSAGING_API_URL=http://yti-messaging-api:9801/messaging-api
AUTH_PROXY_URL=http://yti-auth-proxy
# for local development, change this to "local" in .env.local:
REWRITE_PROFILE=docker
ENV_TYPE=dev
MATOMO_URL=https://suomi.matomo.cloud
SECRET_COOKIE_PASSWORD=changedkjfkf fnjdhfjdhjfhhfjdhjhfjdfhjjhfme
# ⚠️ The SECRET_COOKIE_PASSWORD should never be inside your repository directly, it's here only to ease
# the example deployment
# For local development, you should store it inside a `.env.local` gitignored file
# See https://nextjs.org/docs/basic-features/environment-variables#loading-environment-variables
# next iron cookies are encrypted so the cookie password is for the app to unencrypt the content