settings.py.sample (314B)
1 #!/usr/bin/python3 2 # -*- coding: utf-8 -*- 3 4 # Make your settings here and change filename to settings.py 5 6 #rpcauth 7 rpcauth = "http://rpcserver:secrethash@ip:port" 8 rtl="https://ip:port/v1/" 9 10 #mail to webmaster 11 webmaster = "your@mail.com" 12 13 baseurl = "https://url.com" 14 15 #op 16 allowed = (("admin", "secretpasscode"),) 17