-
Notifications
You must be signed in to change notification settings - Fork 51
/
.env.example
37 lines (33 loc) · 1.1 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
########################################################################
# ------------ MANDATORY (CHANGE ACCORDING TO YOUR SETUP) ------------#
########################################################################
# Since .env is gitignored, you can use .env.example to build a new `
# .env` file when you clone the repo. This file will be committed
# to version control, so make sure not to have any secrets in it.
# If you are cloning this repo, create a copy of this file named `.env`
# and populate it with your secrets.
########################################################################
############
# BASICS #
############
NEXT_PUBLIC_APP_URL=http://localhost:3000
############
# WEB #
############
NEXT_PUBLIC_MAP_TOKEN=
NEXT_PUBLIC_API_URL=http://127.0.0.1:8081
NEXT_PUBLIC_ACCOUNTS_API_URL=
NEXT_PUBLIC_GEOAPI_URL=
###############
# NEXT AUTH #
###############
# @see: https://next-auth.js.org/providers/keycloak
NEXTAUTH_URL=
NEXTAUTH_SECRET=
NEXT_PUBLIC_KEYCLOAK_ISSUER=
NEXT_PUBLIC_KEYCLOAK_CLIENT_ID=
KEYCLOAK_CLIENT_SECRET=
############
# SENTRY #
############
NEXT_PUBLIC_SENTRY_DSN=