| author | ymh <ymh.work@gmail.com> |
| Sun, 14 Jul 2024 22:00:08 +0200 | |
| changeset 666 | 9d6550026232 |
| parent 457 | b38cf3d4cf1f |
| permissions | -rw-r--r-- |
| 87 | 1 |
mongodb.host.name = localhost |
2 |
mongodb.host.port = 27017 |
|
|
457
b38cf3d4cf1f
add mongodb migration to java model
ymh <ymh.work@gmail.com>
parents:
444
diff
changeset
|
3 |
mongodb.db.name = renkan |
| 87 | 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 | 9 |
renkan.pagination.size = 2 |
10 |
renkan.coweb.debug = false |
|
|
444
19f0b7803aed
add schema version + dataloaders to ensure data migrations + small correction for php server exmple + a readme for the php server example
ymh <ymh.work@gmail.com>
parents:
316
diff
changeset
|
11 |
renkan.coweb.websocket = false |