Just the source code for my personal website.
at dev 125 B view raw
1[default] 2address = "0.0.0.0" 3port = 8000 4public_url = "https://localhost:8000" 5 6[release] 7address = "127.0.0.1" 8port = 8000