-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (28 loc) · 992 Bytes
/
.env.example
File metadata and controls
39 lines (28 loc) · 992 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
# Possible values: local, staging, production, ci, testing, other
ENVIRONMENT=local
# The base URI that's used for all generated URIs
BASE_URI=http://localhost
# The CACHE key is used as a global override to turn all caches on or off
# Should be true in production, but null or false in local development
CACHE=null
# Enable or disable discovery cache
DISCOVERY_CACHE=false
# Enable or disable config cache
CONFIG_CACHE=false
# Enable or disable icon cache
ICON_CACHE=true
# Enable or disable view cache
VIEW_CACHE=false
# Enable or disable project cache (allround cache)
PROJECT_CACHE=false
# Overwrite default log paths (null = default)
DEBUG_LOG_PATH=null
SERVER_LOG_PATH=null
GITHUB_CLIENT_ID=xxx
GITHUB_CLIENT_SECRET=xxx
GITHUB_REDIRECT_URI=${BASE_URI}/auth/github/callback
AMAZON_CLIENT_ID='xxx'
AMAZON_CLIENT_SECRET='xxx'
AMAZON_REDIRECT_URI=${BASE_URI}/auth/amazon/callback
# After success oauth authentication, route to redirect to
AUTHENTIK_REDIRECT_URI=${BASE_URI}/admin