Skip to content

Commit eeb07f7

Browse files
committed
Added Redis vairables to example env
1 parent 57422c9 commit eeb07f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.env.example

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ APP_URL=null
88
APP_TIMEZONE='UTC'
99
APP_LOCALE=en
1010

11-
1211
# --------------------------------------------
1312
# REQUIRED: DATABASE SETTINGS
1413
# --------------------------------------------
@@ -31,7 +30,6 @@ DB_SSL_CERT_PATH=null
3130
DB_SSL_CA_PATH=null
3231
DB_SSL_CIPHER=null
3332

34-
3533
# --------------------------------------------
3634
# REQUIRED: OUTGOING MAIL SERVER SETTINGS
3735
# --------------------------------------------
@@ -46,14 +44,12 @@ MAIL_FROM_NAME='Snipe-IT'
4644
MAIL_REPLYTO_ADDR=[email protected]
4745
MAIL_REPLYTO_NAME='Snipe-IT'
4846

49-
5047
# --------------------------------------------
5148
# REQUIRED: IMAGE LIBRARY
5249
# This should be gd or imagick
5350
# --------------------------------------------
5451
IMAGE_LIB=gd
5552

56-
5753
# --------------------------------------------
5854
# OPTIONAL: SESSION SETTINGS
5955
# --------------------------------------------
@@ -64,21 +60,25 @@ COOKIE_NAME=snipeit_session
6460
COOKIE_DOMAIN=null
6561
SECURE_COOKIES=false
6662

67-
6863
# --------------------------------------------
6964
# OPTIONAL: SECURITY HEADER SETTINGS
7065
# --------------------------------------------
7166
REFERRER_POLICY=same-origin
7267
ENABLE_CSP=false
7368

74-
7569
# --------------------------------------------
7670
# OPTIONAL: CACHE SETTINGS
7771
# --------------------------------------------
7872
CACHE_DRIVER=file
7973
SESSION_DRIVER=file
8074
QUEUE_DRIVER=sync
8175

76+
# --------------------------------------------
77+
# OPTIONAL: REDIS SETTINGS
78+
# --------------------------------------------
79+
REDIS_HOST=null
80+
REDIS_PASSWORD=null
81+
REDIS_PORT-null
8282

8383
# --------------------------------------------
8484
# OPTIONAL: AWS S3 SETTINGS

0 commit comments

Comments
 (0)