You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ZKLT/Hadoop/ZKLT.Hadoop.API/appsettings.Development.json

16 lines
263 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"Host": "127.0.0.1",
"Account": "root",
"PassWord": "root",
"Key": "hadoopdb",
"Port": "3306"
}
}