Add web interface styling and configuration, fix existing long URL retrieval and duplicate short URL checks

This commit is contained in:
132ikl 2019-02-23 01:45:47 -05:00
parent 513050e131
commit b58f1dd273
5 changed files with 123 additions and 45 deletions

View file

@ -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'