disable dbsync and prep for production

- bump version to 1.0
- disable dbsync
- add reference app.conf file to aid in quickly re-enabling dbsync
- upgrade hosted-app-utils to develop
This commit is contained in:
2024-12-13 16:01:08 -08:00
parent d60c85fa14
commit c8c4ac7298
4 changed files with 32 additions and 19 deletions
-17
View File
@@ -9,22 +9,5 @@
"district": "StreamlineEmr",
"name": "streamline_emr_config"
}
},
"dbsync": {
"blockgraph": {
"district": "StreamlineEmr",
"name": "streamline_emr_data"
},
"database": {
"type": "mysql",
"version": "8.0",
"name": "streamline",
"username": "root",
"password": "streamline",
"db_path": "/var/lib/mysql",
"logs_path": "/var/lib/mysql/logs",
"log_pattern": "bin.[0-9]*",
"source": "mysql-app-db"
}
}
}
+30
View File
@@ -0,0 +1,30 @@
{
"name": "Streamline EMR",
"access": {
"username": "streamline_sysuser",
"password": "82CUF8UftjEx"
},
"appconfig": {
"blockgraph": {
"district": "StreamlineEmr",
"name": "streamline_emr_config"
}
},
"dbsync": {
"blockgraph": {
"district": "StreamlineEmr",
"name": "streamline_emr_data"
},
"database": {
"type": "mysql",
"version": "8.0",
"name": "streamline",
"username": "root",
"password": "streamline",
"db_path": "/var/lib/mysql",
"logs_path": "/var/lib/mysql/logs",
"log_pattern": "bin.[0-9]*",
"source": "mysql-app-db"
}
}
}