Skip to content

Commit

Permalink
Fix Redis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jun 17, 2022
1 parent 8da86c0 commit 72191c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/etc/mongo/inject.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
de.thekid.cas.Persistence=de.thekid.cas.InMongoDB("mongodb://cas:${secret.cas_db_pass}@localhost", "cas")
redis://${secret.redis_pass}@localhost
string[redis]=redis://${secret.redis_pass}@localhost
string[services]=https?://thekid.de|http://localhost:3000
string[secret]=${secret.crypto_key}

0 comments on commit 72191c2

Please sign in to comment.