Skip to content

Commit 1e84b08

Browse files
committed
Allow localhost:8080 for testing purposes
1 parent 2956510 commit 1e84b08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/etc/mongo/inject.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
de.thekid.cas.Persistence=de.thekid.cas.InMongoDB("mongodb://cas:${secret.cas_db_pass}@localhost", "cas")
22
redis=redis://${secret.redis_pass}@localhost
3-
services=https?://thekid.de|http://localhost:3000
3+
services=https?://thekid.de|http://localhost:3000|http://localhost:8080
44
secret=${secret.crypto_key}

src/main/etc/sql/inject.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
de.thekid.cas.Persistence=de.thekid.cas.InDatabase("mysql://cas:${secret.cas_db_pass}@localhost/IDENTITIES")
22
redis=redis://${secret.redis_pass}@localhost
3-
services=https?://thekid.de|http://localhost:3000
3+
services=https?://thekid.de|http://localhost:3000|http://localhost:8080
44
secret=${secret.crypto_key}

0 commit comments

Comments
 (0)