-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy path.env.example
59 lines (43 loc) · 1.43 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
APP_KEY=
# When true, request_content in error logs is NOT encrypted
APP_DEBUG=true
APP_URL=http://127.0.0.1:8000
REQUEST_SIGNATURE=_CHANGE_ME_
DB_USERNAME=root
DB_PASSWORD=password
MAIL_SENDMAIL_PATH="/usr/sbin/sendmail -i -t"
FRONTEND_APP_URL=
# ReCaptcha Settings
## Is it enabled?
RECAPTCHA_ENABLED=false
## Site & secret keys
RECAPTCHA_SITE_KEY=
RECAPTCHA_SECRET_KEY=
RECAPTCHA_GOOGLE_URL=https://www.google.com/recaptcha/api/siteverify
## If captcha triggered, for how long Core will request it from this client (in seconds)
RECAPTCHA_TTL=3600
## How many times client should fail the login to trigger recaptcha
RECAPTCHA_FAILED_ATTEMPTS=10
## How many times client should fail the login with captcha to be banned
RECAPTCHA_BAN_ATTEMPTS=10
## Is ban (rate limiter) enabled?
RATE_LIMITER_ENABLED=false
## Ban time (in seconds)
RATE_LIMITER_TTL=3600
TELESCOPE_ENABLED=false
CLOCKWORK_ENABLE=false
VUE_APP_STORAGE_SPACE_MAX_USED=75
# Websocket settings
REVERB_APP_KEY=cattr
REVERB_APP_SECRET=secret
## For local development
# REVERB_HOST=127.0.0.1
# REVERB_SCHEME=http
# REVERB_PORT=8080
# MIX_REVERB_FRONTEND_PORT=8080
# Global SCREENSHOTS_STATE
## To not lock the value for admin in Company Settings, use any
## Never require screenshots (admin CANNOT change at Company Settings), use forbidden
## Always require screenshots (admin CANNOT change at Company Settings), use required
## Optional for every user, use optional
SCREENSHOTS_STATE=any