transmet/config/local.json

11 lines
180 B
JSON
Raw Normal View History

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