コード例 #1
0
ファイル: Program.cs プロジェクト: jptoto/ohaibarcamp
 static Program()
 {
     Settings = new MongoDBSettings() {
         Server = "localhost",
         Database = "OhaiBarcamp",
         Port = 27017
     };
 }
コード例 #2
0
ファイル: BaseController.cs プロジェクト: jptoto/ohaibarcamp
 static BaseController()
 {
     Settings = new MongoDBSettings() {
         Server = "localhost",
         Database = "OhaiBarcamp",
         Port = 27017
     };
 }