OSDN Git Service

1fb721387928b0126f14a260806950a82c928dc7
[vem/vem.git] / vemserver / config.rb
1 $ip_address  = 'localhost'
2 $cs_port     = '3000'
3 $vemapi_port = 9090
4 $debug       = true
5
6 # $em_nameをsinatraの起動モード(development or test)で'mock'か'fei'に切り替わるようにしている。