-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
37 lines (29 loc) · 1.62 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
POSTGRES_DB=keycloak_db
POSTGRES_USER=keycloak_db_user
POSTGRES_PASSWORD=keycloak_db_user_password
KEYCLOAK_ADMIN=admin
KEYCLOAK_ADMIN_PASSWORD=password
KEYCLOAK_EXTERNAL_URL=http://localhost:8080
KEYCLOAK_INTERNAL_URL=http://localhost:8080
KEYCLOAK_REALM=rpgcalendar
# You MUST set a secret to secure/pepper the stored user passwords here. Use at least 64 characters.
# Generate one by using for example: pwgen -N 1 -s 96
# ATTENTION: This value must be the same on all Graylog nodes in the cluster.
# Changing this value after installation will render all user sessions and encrypted values in the database invalid. (e.g. encrypted access tokens)
GRAYLOG_PASSWORD_SECRET=PqUOjGWsNnEpTSNNDLIYT1xBR96LyVESi4b2IGXpYn8JhHTS7jEV5EHR05VmFio77qspkJeWBF8GVH7EMNhVpPPpBfGs17Rr
# You MUST specify a hash password for the root user (which you only need to initially set up the
# system and in case you lose connectivity to your authentication backend)
# This password cannot be changed using the API or via the web interface. If you need to change it,
# modify it in this file.
# Create one by using for example: echo -n yourpassword | shasum -a 256
# and put the resulting hash value into the following line
# CHANGE THIS!
# yourpassword
GRAYLOG_ROOT_PASSWORD_SHA2=e3c652f0ba0b4801205814f8b6bc49672c4c74e25b497770bb89b22cdeb4e951
GRAYLOG_HTTP_EXTERNAL_URI=http://graylog.dev.rpg-calendar.jakubkrawczyk.com
GRAYLOG_ROOT_PASSWORD=yourpassword
GRAYLOG_ROOT_USERNAME=admin
# tr -dc A-Z-a-z-0-9_@%^-_=+ < /dev/urandom | head -c${1:-32}
OPENSEARCH_INITIAL_ADMIN_PASSWORD=+_8ruwliY3Pv5-HMIf4qzXImYzZf-M=M
MYSQL_ROOT_PASSWORD=root
API_RELATIONAL_DB_HOST=localhost