Skip to content

Connection details issues #446

Answered by albogdano
curcaandrei asked this question in Q&A
Discussion options

You must be logged in to vote

You might want to start over or at least change the secret keys for app:para and app:scoold.
Here's how the Para configuration should look like:

para.port = 8090
para.env = "production"
para.security.allow_unverified_emails = true
para.clients_can_access_root_app = true
para.cache_enabled = true
para.cors_enabled = false

# MAKE SURE THIS IS true IN PROD!
para.security.api_security = false

para.security.csrf_protection = false
para.cors_enabled = false
para.worker_id = 1
para.dao = "SqlDAO"
para.search = "LuceneSearch"

para.sql.driver = "oracle.jdbc.OracleDriver"
para.sql.url = "oracle:thin:...."
para.sql.user = "..."
para.sql.password = "...."
para.clients_can_access_root_app = true

p…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by curcaandrei
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants