feat: initialize WinUI 3 WebView migration
This commit is contained in:
21
Config/appsettings.example.json
Normal file
21
Config/appsettings.example.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"database": {
|
||||
"oracle": {
|
||||
"host": "",
|
||||
"port": 1521,
|
||||
"serviceName": "",
|
||||
"userName": ""
|
||||
},
|
||||
"mariaDb": {
|
||||
"host": "",
|
||||
"port": 3306,
|
||||
"database": "",
|
||||
"userName": ""
|
||||
}
|
||||
},
|
||||
"playout": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 30001,
|
||||
"sceneFolder": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user