config.json.example (484B)
1 { 2 "admin_password": "", 3 "settings": { 4 "name": "devShort shortlink service", 5 "author": "The admin", 6 "author_link": "https:\/\/www.mysite.org", 7 "home_link": "https:\/\/src.clttr.info\/rwa\/devShort", 8 "favicon": "assets/icon.png", 9 "random_shortlink": false, 10 "custom_links": { 11 "gitea": "https:\/\/gitea.io", 12 } 13 }, 14 "shortlinks": { 15 "repo": "https:\/\/src.clttr.info\/rwa\/devShort", 16 } 17 }