ENEI2019-Public/api/appsettings.json

18 lines
367 B
JSON
Raw Normal View History

2018-12-12 15:17:08 +00:00
{
"AppSettings":
{
"Token":"NbTSjGOaBMfweUyCvINv23Tt9jHhiEz2MBcYrYPhd24xWsztIV3bgDGOsWfRJFb8"
},
"ConnectionStrings":
{
2019-02-14 19:08:51 +00:00
"DefaultConnection":"server=enei.zmiguel.me;port=3306;database=enei;uid=enei;password=ENEIMegaPassword!"
2018-12-12 15:17:08 +00:00
},
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*"
}