base/resources/config.conf
changeset 33 fa0f19a74283
parent 14 7c4b05467630
equal deleted inserted replaced
32:2d14f02ba3bd 33:fa0f19a74283
     1 config {
     1 config {
       
     2   cms {
       
     3     root = example/content
       
     4   }
     2   http {
     5   http {
     3     interface = localhost
     6     interface = localhost
     4     port = 8080
     7     port = 8080
     5     prefix = cms
     8     prefix = cms
     6   }
     9   }
     7   run {
       
     8     mode = devel
       
     9   }
       
    10 }
    10 }