transmet/config/local.json

10 lines
145 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
},
"Port": "8001"
2015-04-27 15:31:51 +00:00
}