-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
.env.example
20 lines (16 loc) · 1.05 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[email protected] # admin email address
WGA_ADMIN_PASSWORD=VerySecurePassword # admin password
WGA_S3_ENDPOINT=http://localhost:9000 # minio server in docker, change for production!
WGA_S3_BUCKET=wga # default minio bucket in docker, change for production!
WGA_S3_REGION= # empty for minio, change for production!
WGA_S3_ACCESS_KEY=WKQPUXGRDXWUCEIGJVBZ # default minio access key in docker, change for production!
WGA_S3_ACCESS_SECRET=wAeifxp7TpJy17u9fxRgJ6ONXCvZfi90qs3j9z1i # default minio secret key in docker, change for production!
WGA_PROTOCOL=http # http or https
WGA_HOSTNAME=localhost:8090 # hostname (and port)
WGA_SMTP_HOST= # smtp server
WGA_SMTP_PORT= # smtp port
WGA_SMTP_USERNAME= # smtp username
WGA_SMTP_PASSWORD= # smtp password
WGA_SENDER_ADDRESS= # sender email address
WGA_SENDER_NAME= # sender name
MAILPIT_URL=http://127.0.0.1:8025 # mailpit url