Change default app config
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Failing after 37s

This commit is contained in:
Braydon 2024-04-08 02:15:53 -04:00
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