-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
32 lines (25 loc) · 913 Bytes
/
.env
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
# Your domain name without protocol
# If you don't have your own domain (highly recommended)
# comment this out for first deployment, add your fly.dev domain here
# then reset your secrets and redeploy your app (untested)
DOMAIN_NAME=domain.name.com
###################
# E-mail settings #
###################
# the e-mail address used to send e-mails from both vaultwarden and restic
# the e-mail address to notify on case of restic backup failure
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_PASSWORD=88888888
###################
# Restic settings #
###################
# You don't need to initialize this repo beforehand
RESTIC_REPOSITORY=s3://88888888.r2.cloudflarestorage.com/uptime-kuma
RESTIC_PASSWORD=88888888
# If using S3 (or B2, wasabi, Minio) you'll need those
AWS_ACCESS_KEY_ID=88888888
AWS_SECRET_ACCESS_KEY=88888888