Add web interface styling and configuration, fix existing long URL retrieval and duplicate short URL checks
This commit is contained in:
parent
513050e131
commit
b58f1dd273
5 changed files with 123 additions and 45 deletions
|
@ -26,4 +26,8 @@ allowed_chars: 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_
|
|||
|
||||
# Amount of time in seconds to spend generating random short URLs until timeout
|
||||
# Default: 5
|
||||
random_gen_timeout: 5
|
||||
random_gen_timeout: 5
|
||||
|
||||
# Name shown on tab while on site and on page header
|
||||
# Default: 'liteshort'
|
||||
site_name: 'liteshort'
|
Reference in a new issue