appsettings.json angepasst - mysql string entfernt
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"Database": {
|
||||
"Provider": "Sqlite",
|
||||
"ConnectionStrings": {
|
||||
"MySql": "server=100.64.0.5;port=3306;database=watcher;user=monitoringuser;password=ssp123;",
|
||||
"MySql": "server=0.0.0.0;port=3306;database=db;user=user;password=password;",
|
||||
"Sqlite": "Data Source=./persistence/watcher.db"
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user