-
{
"apps": [
{
"serverURL": "https://xxxxxxxxxxxxx/parse", <------------------------------- ADDED THIS
"graphQLServerURL": "http://localhost:1337/graphql",
"appId": "E036A0C5-6829-4B40-9B3B-3E05F6DF32B2",
"masterKey": "E2466756-93CF-4C05-BA44-FF5D9C34E99F",
"readOnlyMasterKey": "367F7395-2E3A-46B1-ABA3-963A25D533C3",
"appName": "Parse HIPAA",
"supportedPushLocales": [
"en"
]
}
],
"iconsFolder": "icons",
"users": [
{
"user": "parse",
"pass": "$2a$12$mw0Bulf8PzAw8u.Zb.l0dueKGSV7z8q9bw8857av2e3yTTlC4hRca"
},
{
"user": "parseRead",
"pass": "$2a$12$mw0Bulf8PzAw8u.Zb.l0dueKGSV7z8q9bw8857av2e3yTTlC4hRca",
"readOnly": true
}
],
"useEncryptedPasswords": true
} Not done any changes in docker-compose.mongo.yml file docker compose -f docker-compose.mongo.yml up -d NGNX CONFIGURATION ....
|
Beta Was this translation helpful? Give feedback.
Answered by
cbaker6
Mar 24, 2024
Replies: 1 comment
-
Have you compared your setup to https://github.com/netreconlab/parse-hipaa?tab=readme-ov-file#deploying-on-a-real-system. If so, what’s different about your setup and for what reasons? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cbaker6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you compared your setup to https://github.com/netreconlab/parse-hipaa?tab=readme-ov-file#deploying-on-a-real-system. If so, what’s different about your setup and for what reasons?