server/java/src/main/webapp/WEB-INF/renkan.properties
author durandn
Thu, 21 Apr 2016 15:18:19 +0200
changeset 605 13d355fd09bf
parent 316 242510015401
permissions -rw-r--r--
updated uri to allow optional trailing slash on single resource URIs (django automatic redirects don't carry over the Authorization header that can sometimes be needed, for instance with OAuth)

mongodb.host.name = localhost
mongodb.host.port = 27017
mongodb.db.name = renkan

user.admin.name = admin
#user.admin.password = admin
user.admin.password = 8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918

renkan.pagination.size = 2
renkan.coweb.debug = false
renkan.coweb.websocket = true