fix(config): updated example config file (#103)
This commit is contained in:
parent
dc52b00a00
commit
3c38d008f1
1 changed files with 5 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue