-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
24 lines (23 loc) · 1.01 KB
/
Copy path.env.example
File metadata and controls
24 lines (23 loc) · 1.01 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
# REQUIRED (Discord bot token)
BOT_TOKEN=
# ------------------------------------------------------------------------------
# OPTIONAL
# ------------------------------------------------------------------------------
# NOTE 1: avoid shell special-characters in the password variables
# NOTE 2: The value of "S3_ACCESS_KEY" and "S3_SECRET_KEY" can be obtained under:
# Minio Console -> Service Accounts -> Create service account
# ------------------------------------------------------------------------------
# APP_ADDRESS=polr.example.com
# ADMIN_PASSWORD=some-strong-passphrase-for-polr
# APP_PROTOCOL=https://
# DB_PASSWORD=some-strong-passphrase-for-polr-database
# MINIO_ROOT_USER=admin
# MINIO_ROOT_PASSWORD=some-strong-passphrase
# MINIO_SERVER_URL=https://s3.example.com
# S3_ENDPOINT=s3.example.com
# S3_ACCESS_KEY=SEE_NOTE_2
# S3_SECRET_KEY=SEE_NOTE_2
# S3_BUCKET_NAME=data
# POLR_SERVER=https://polr.example.com
# POLR_KEY=YOUR-POLR-API-KEY
# ------------------------------------------------------------------------------