We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use the https://openmed.cloud/ domain Install on AWS Cloud on the dedicated DEV VM.
Here's a draft of the openmed.json configuration file:
openmed.json
{ "publicHostname": "dev.ambulatorio.openmed.cloud", "publicPort": 443, "publicIp": "<this-VM-public-ip>", "mongodbUrl": "mongodb://<mongohost>:<your-mongo-password>@<your-mongo-host-name>:27017/<your-mongo-database-name>", "mailConfig": { "provider": "ergonet", "smtp": "smtp.ergonet.it", "port": "465", "username": "[email protected]", "password": "<obscured-password>" }, "sslCert": "/etc/letsencrypt/live/<your-host-name>/fullchain.pem", "sslKey": "/etc/letsencrypt/live/<your-hostname-name>/privkey.pem" }
The AWS DEV VM is up already, we just need to configure it.
The text was updated successfully, but these errors were encountered:
Updated
Sorry, something went wrong.
jump85
sciabarracom
No branches or pull requests
Use the https://openmed.cloud/ domain
Install on AWS Cloud on the dedicated DEV VM.
Here's a draft of the
openmed.json
configuration file:The AWS DEV VM is up already, we just need to configure it.
The text was updated successfully, but these errors were encountered: