-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.env
More file actions
55 lines (47 loc) · 1.36 KB
/
template.env
File metadata and controls
55 lines (47 loc) · 1.36 KB
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
47
48
49
50
51
52
53
54
55
# Domain
FULL_DOMAIN=https://localhost:443
HOSTNAME=localhost
HOSTNAME_PORT=localhost:443
# Hetzner
HETZNER_API_KEY=
# Postgres
POSTGRES_DATA_SOURCE_URL=jdbc:postgresql://postgres:5432/postgres
POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=root
# PgAdmin
PGADMIN_DEFAULT_EMAIL=admin@example.com
PGADMIN_DEFAULT_PASSWORD=password
# Keycloak
KEYCLOAK_DB=postgres
KEYCLOAK_DB_USER=postgres
KEYCLOAK_DB_PASSWORD=root
KEYCLOAK_URL=http://keycloak:8080/auth
KEYCLOAK_REALM=boilerplate
KEYCLOAK_CLIENT_ID=spring-api
KEYCLOAK_ADMIN=admin
KEYCLOAK_ADMIN_PASSWORD=password
KEYCLOAK_ADMIN_CLI_REALM=admin-cli
KEYCLOAK_ADMIN_CLI=local-admin@mail.com
KEYCLOAK_ADMIN_CLI_PASSWORD=password
KEYCLOAK_USER_TEST_PASSWORD=password
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
# OAuth2 Proxy
# https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview
# Don't forget to change the OAUTH2_PROXY_COOKIE_SECRET and OAUTH2_PROXY_CLIENT_SECRET in production
OAUTH2_PROXY_COOKIE_SECRET=jF7f7-MGXCuFwN6ZtmZmjqID-nJr57kTnHVftYgQfOk=
OAUTH2_PROXY_CLIENT_SECRET=ec900c4c-27d1-4257-bb77-5492fccac99f
# Stripe
STRIPE_API_KEY=
STRIPE_WEBHOOK_SECRET=
STRIPE_PRICE_ID_FREE=
STRIPE_PRICE_ID_BASIC=
STRIPE_PRICE_ID_PREMIUM=
STRIPE_BILLING_PORTAL_CODE=
# Grafana
GF_SECURITY_ADMIN_PASSWORD=admin
GF_SECURITY_ADMIN_USER=admin
# Analytics
PUBLIC_POSTHOG_KEY=
PUBLIC_POSTHOG_HOST=https://eu.i.posthog.com