heartranked

git clone https://git.tarina.org/heartranked
Log | Files | Refs | README

settings.py.sample (1057B)


      1 #!/usr/bin/python3
      2 # -*- coding: utf-8 -*-
      3 
      4 # Make your settings here and change filename to settings.py
      5 
      6 sitename="Heart Ranked"
      7 siteslogan="It's like AC/DC for electricity but for TCP/IP and knowledge."
      8 
      9 postadmin="cowabunga@local"
     10 postadmin_signature="\n-~-\nGreetings\nKing Robin\nHEART RANKED\nPeace!\nhttps://robinbackman.com/heartranked\nme@robinbackman.com\n"
     11 
     12 #mail to webmaster
     13 webmaster = "heart@localcow.boya"
     14 
     15 baseurl = "heartranked.com"
     16 
     17 standaloneserver="Y"
     18 zipandship="Y"
     19 
     20 heart="🤍"
     21 hearted="❤️"
     22 
     23 postadmin_msg_new = "WOWOWEEWAA!"
     24 #user and passcode are gonna be added by server.py
     25 postadmin_msg_new_long = "Wowowowoweeewaaa! Lets Ride The INTERNET Wave Together, Bees as home, HEART RANKED ftw! "
     26 
     27 welcome='HEART RANKED VISIONARY Fleet'
     28 welcome_long = "Wowowowoweeewaaa! Lets Ride INTERNET Wave Together, Bee as home bzzzz!, HEART RANKED ftw! https://heartranked.com"
     29 
     30 invitemsg='Invitation to HEART RANKED!'
     31 #the invitation key will be added to this in server.py
     32 invitemsg_long = "YO! You are the One! Follow this white rabbit "
     33 
     34 
     35