This commit is contained in:
PTZOptics
2018-11-02 15:24:39 -04:00
committed by GitHub
commit b799070fd1
29 changed files with 6054 additions and 0 deletions

4
app/config.json Normal file
View File

@@ -0,0 +1,4 @@
{
"connectionString": "mongodb://your-mongo-address/db-name",
"secret": "your db-secret"
}