-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.example
76 lines (61 loc) · 1.46 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
### CORE ###
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=https://vanguard.test
### SSH ###
SSH_PASSPHRASE="" # You need to set this for SSH key generation.
### LOG ###
LOG_LEVEL=debug
### DATABASE ###
DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=vanguard
DB_USERNAME=postgres
DB_PASSWORD=password
### CACHE ###
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
### MAILER ###
MAIL_MAILER=smtp
MAIL_HOST=127.0.0.1
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_FROM_ADDRESS="[email protected]"
### HORIZON ###
HORIZON_TOKEN= # Used for displaying Horizon inside Ploi.
### ADMINS ###
ADMIN_EMAIL_ADDRESSES= # Comma separated list of email addresses.
### REVERB ###
REVERB_APP_ID=vanguard
REVERB_APP_KEY=zdyx5x8fBV3d7A
REVERB_APP_SECRET=ZAUeP5yge3Wci6
REVERB_HOST="vanguard.test"
REVERB_PORT=8080
REVERB_SCHEME=https
REVERB_SERVER_HOST=127.0.0.1
REVERB_SERVER_PORT=8080
### GITHUB AUTH ###
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
### GITLAB AUTH ###
GITLAB_CLIENT_ID=
GITLAB_CLIENT_SECRET=
### BITBUCKET AUTH ###
BITBUCKET_CLIENT_ID=
BITBUCKET_CLIENT_SECRET=
### DEVICE ENDPOINT ###
ENABLE_DEVICE_AUTH_ENDPOINT=false
### DO NOT REMOVE ###
VITE_REVERB_APP_KEY="${REVERB_APP_KEY}"
VITE_REVERB_HOST="${REVERB_HOST}"
VITE_REVERB_PORT="${REVERB_PORT}"
VITE_REVERB_SCHEME="${REVERB_SCHEME}"
# If you remove this, Reverb will break.
### ENABLE/DISABLE NEW USER REGISTRATION ###
USER_REGISTRATION_ENABLED=true
### TELEGRAM CREDENTIALS ###
TELEGRAM_BOT_ID=
TELEGRAM_BOT_TOKEN=