Change default app config
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Failing after 37s
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Failing after 37s
This commit is contained in:
parent
9ab0b15869
commit
e9e6999adc
@ -14,7 +14,7 @@ spring:
|
|||||||
data:
|
data:
|
||||||
# Redis - This is used for caching
|
# Redis - This is used for caching
|
||||||
redis:
|
redis:
|
||||||
host: "127.0.0.1"
|
host: "localhost"
|
||||||
port: 6379
|
port: 6379
|
||||||
database: 0
|
database: 0
|
||||||
auth: "" # Leave blank for no auth
|
auth: "" # Leave blank for no auth
|
||||||
|
Loading…
Reference in New Issue
Block a user