transmet/config/local.json

11 lines
180 B
JSON
Raw Normal View History

2015-04-27 15:31:51 +00:00
{
"Sql": {
"Host": "localhost",
"Dbname": "transmet",
"Username": "transmet",
"Password": "asdfasdf"
2015-04-30 04:32:39 +00:00
},
2015-05-14 06:12:39 +00:00
"Port": "8001",
"Url": "http://localhost:8001/"
2015-04-27 15:31:51 +00:00
}