tighten the api

This commit is contained in:
gowthaman.b
2023-11-11 16:13:59 +05:30
parent 31388bae59
commit f35851d339
15 changed files with 247 additions and 143 deletions

View File

@@ -5,8 +5,10 @@ app.db.user=postgres
app.db.pass=postgres
app.db.url=jdbc:postgresql://192.168.64.6/modules_app
app.db.run_migration=true
app.db.seed_sql=initial-data.sql
app.iam.url=https://auth.compegence.com
app.iam.realm=forewarn-dev
app.iam.client=forewarn
app.iam.client_redirect_uri=http://localhost:9001/auth/code
app.cache.redis_uri=redis://127.0.0.1:6379/0
app.cache.redis_uri=redis://127.0.0.1:6379/0
app.scripts.path=/tmp