faisitalia / OpenMed-PoC

PoC Version - The project stems from the experience of FAIS gained in Smart Ostomy Support with the aim of creating a platform that technologically supports the patient associations participating in the project.
1 stars 5 forks source link

Typo in the `openmed.prod.sample` file #58

Closed lucavenir closed 2 years ago

lucavenir commented 2 years ago

The file openmed.prod.sample has a typo:

{
    "publicHostname": "<your-host-name>",
    "publicPort": 443,
    "publicIp: "<your-public-ip>",
    "mongodbUrl": "mongodb://<your-mongo-username>:<your-mongo-password>@<your-mongo-host-name>:27017/<your-mongo-database-name>",
    "gmailUsername": "<your-gmail-address>",
    "gmailPassword": "<your-gmail-app-password>",
    "ssslCert": "/etc/letsencrypt/live/<your-host-name>/fullchain.pem",
    "sslKey: "/etc/letsencrypt/live/<your-hostname-name>/privkey.pem"
}

I'm correcting it now.

lucavenir commented 2 years ago

Done in dev branch

lucavenir commented 2 years ago

There was another typo in here that's probably causing the conference not to work

lucavenir commented 2 years ago

Fixed with PR #60