We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2956510 commit 1e84b08Copy full SHA for 1e84b08
src/main/etc/mongo/inject.ini
@@ -1,4 +1,4 @@
1
de.thekid.cas.Persistence=de.thekid.cas.InMongoDB("mongodb://cas:${secret.cas_db_pass}@localhost", "cas")
2
redis=redis://${secret.redis_pass}@localhost
3
-services=https?://thekid.de|http://localhost:3000
+services=https?://thekid.de|http://localhost:3000|http://localhost:8080
4
secret=${secret.crypto_key}
src/main/etc/sql/inject.ini
de.thekid.cas.Persistence=de.thekid.cas.InDatabase("mysql://cas:${secret.cas_db_pass}@localhost/IDENTITIES")
0 commit comments