fix(config): updated example config file (#103)

This commit is contained in:
Nguyen Thanh Quang 2021-10-04 01:41:50 +07:00 committed by GitHub
parent dc52b00a00
commit 3c38d008f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,10 @@ host = '0.0.0.0'
port = 3000
database_url = 'postgres://postgres:postgres@postgres/postgres'
[urls]
route = '/go'
length = 6
[uploader]
route = '/u'
embed_route = '/a'