-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
42 lines (33 loc) · 954 Bytes
/
example.env
File metadata and controls
42 lines (33 loc) · 954 Bytes
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
# ------------------------------
# docker compose network
# ------------------------------
IPVLAN_NETWORK_NAME="xxx"
GITLAB_IPV4_ADDRESS="xxx"
# ------------------------------
# cloudflared
# ------------------------------
CLOUDFLARED_TOKEN="xxx"
# ------------------------------
# email test
# ------------------------------
# this is used by ./scripts/send-email.sh
TEST_EMAIL_RECIPIENT="yusonglai64@gmail.com"
# ------------------------------
# gitlab
# ------------------------------
# domain
EXTERNAL_URL="https://gitlab.example.com"
REGISTRY_EXTERNAL_URL="https://registry.example.com"
# email
SMTP_ADDRESS="xxx"
SMTP_USER_NAME="xxx"
SMTP_PASSWORD="xxx"
SMTP_DOMAIN="gitlab.example.com"
GITLAB_EMAIL_FROM="noreply@gitlab.exmaple.com"
GITLAB_EMAIL_REPLY_TO="noreply@gitlab.exmaple.com"
# backup
BACKUP_UPLOAD_REMOTE_DIRECTORY="xxx"
BACKUP_PROVIDER="xxx"
BACKUP_REGION="xxx"
BACKUP_AWS_ACCESS_KEY_ID="xxx"
BACKUP_AWS_SECRET_ACCESS_KEY="xxx"