mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Reimplement caching
This commit is contained in:
parent
bae2cc653e
commit
d99c82bef4
7 changed files with 89 additions and 5 deletions
16
.env.sample
16
.env.sample
|
@ -28,4 +28,18 @@ BACKEND_SMTP_AUTH_PASSWORD="inbucket"
|
|||
BACKEND_SMTP_FROM_ADDRESS="admin@test.com"
|
||||
|
||||
# docker-compose.yml
|
||||
BACKEND_PORT=8000
|
||||
BACKEND_PORT=8000
|
||||
|
||||
# Cache
|
||||
BACKEND_CACHE_HOST="redis"
|
||||
BACKEND_CACHE_PORT="6379"
|
||||
BACKEND_CACHE_USERNAME="REPLACE-ME"
|
||||
BACKEND_CACHE_PASSWORD="REPLACE-ME"
|
||||
|
||||
# DEBUG Variables: Only used in development
|
||||
BACKEND_PASSWORD="REPLACE-ME"
|
||||
|
||||
|
||||
# # CACHE
|
||||
CACHE_USERNAME="REPLACE-ME"
|
||||
CACHE_PASSWORD="REPLACE-ME"
|
Loading…
Add table
Add a link
Reference in a new issue