server/java/renkan-web/src/main/webapp/WEB-INF/renkan.properties
author ymh <ymh.work@gmail.com>
Wed, 04 Mar 2015 09:39:11 +0100
changeset 395 2e8c92eb0dfa
parent 316 242510015401
child 444 19f0b7803aed
permissions -rw-r--r--
Added tag V00.08.04 for changeset 95d6545c79e5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
87
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
mongodb.host.name = localhost
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
mongodb.host.port = 27017
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
mongodb.db.name = renkan
6c810f746837 Externalize properties
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
149
554a7b55c29a Simplify, put everythong in the same property file
ymh <ymh.work@gmail.com>
parents: 109
diff changeset
     5
user.admin.name = admin
554a7b55c29a Simplify, put everythong in the same property file
ymh <ymh.work@gmail.com>
parents: 109
diff changeset
     6
#user.admin.password = admin
554a7b55c29a Simplify, put everythong in the same property file
ymh <ymh.work@gmail.com>
parents: 109
diff changeset
     7
user.admin.password = 8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918
554a7b55c29a Simplify, put everythong in the same property file
ymh <ymh.work@gmail.com>
parents: 109
diff changeset
     8
109
b6b20e8c4a1a configuration changes
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
     9
renkan.pagination.size = 2
b6b20e8c4a1a configuration changes
ymh <ymh.work@gmail.com>
parents: 87
diff changeset
    10
renkan.coweb.debug = false
311
32abe8b3e501 add gradle build
ymh <ymh.work@gmail.com>
parents: 309
diff changeset
    11
renkan.coweb.websocket = false