2019-09-30 22:39:11 +00:00
|
|
|
Server:
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 8000
|
|
|
|
CouchDB:
|
|
|
|
username: root
|
|
|
|
password: root
|
|
|
|
url: http://localhost:5984
|
2019-10-13 14:19:32 +00:00
|
|
|
Shortener:
|
|
|
|
# *CAUTION*: Enabling this check if the ID already exists before returning it.
|
|
|
|
# Even though this guarantees that the ID doesn't exist, this might inflict
|
|
|
|
# some performance hit.
|
|
|
|
check_duplicate_id: False
|
2019-10-13 14:42:49 +00:00
|
|
|
id_length: 32
|
|
|
|
id_upper_case: False
|