Skip to content

Commit 6dbcd59

Browse files
committed
chore: add updated environment variables
1 parent 56ee382 commit 6dbcd59

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

.env.example

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
1-
ENVIRONMENT=production
2-
DISCOVERY_CACHE=false
1+
# Possible values: local, staging, production, ci, testing, other
2+
ENVIRONMENT=local
3+
4+
# The base URI that's used for all generated URIs
5+
BASE_URI=http://localhost
6+
7+
# The CACHE key is used as a global override to turn all caches on or off
8+
# Should be true in production, but null or false in local development
9+
CACHE=null
10+
11+
# Enable or disable discovery cache
12+
DISCOVERY_CACHE=false
13+
14+
# Enable or disable config cache
15+
CONFIG_CACHE=false
16+
17+
# Enable or disable view cache
18+
VIEW_CACHE=false
19+
20+
# Enable or disable project cache (allround cache)
21+
PROJECT_CACHE=false
22+
23+
# Overwrite default log paths (null = default)
24+
DEBUG_LOG_PATH=null
25+
SERVER_LOG_PATH=null

0 commit comments

Comments
 (0)