Skip to content

Commit

Permalink
Merge branch 'develop' into (#58)Test/Feed
Browse files Browse the repository at this point in the history
  • Loading branch information
baekhangyeol authored Aug 1, 2023
2 parents f0c25d3 + fd6dcdd commit 9a01afe
Show file tree
Hide file tree
Showing 10 changed files with 670 additions and 14 deletions.
2 changes: 1 addition & 1 deletion backend/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
CACHES = {
"default": {
"BACKEND": "django_redis.cache.RedisCache",
"LOCATION": "redis://127.0.0.1:6379/1", # 1번 DB
"LOCATION": "redis://54.180.70.169:6379/1", # 1번 DB
"OPTIONS": {
"CLIENT_CLASS": "django_redis.client.DefaultClient",
}
Expand Down
Loading

0 comments on commit 9a01afe

Please # to comment.