Skip to content

Instantly share code, notes, and snippets.

@FiaDot
Created February 20, 2014 08:47
Show Gist options
  • Save FiaDot/9109421 to your computer and use it in GitHub Desktop.
Save FiaDot/9109421 to your computer and use it in GitHub Desktop.
{
"encoding":"UTF-8",
"config_type":"dev",
// Port 정보
"port":8899,
// 로그 설정
"log":
{
"max_size":1024,
"write_file":true,
"print_screen":true
},
// DB
"database":
[
{
"desc":"no.1",
"address":"127.0.0.1",
"port":4443,
"instance":"test_instance1",
"id":"sa",
"password":"asdf1234$"
},
{
"desc":"no.2",
"address":"127.0.0.1",
"port":5443,
"instance":"test_instance2",
"id":"sa",
"password":"asdf1234$"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment