# Which hostnames may be used to access the system - by default accepts "localhost", add "*" to allow any hostname
ALLOWED_HOSTS=[]
# To add frontend or backend templates, move them to the /templates subdirectory, then insert their name (i.e. the directory name) in the appropriate field. Move any required statics to the /static subdirectory.
EXPEPHALON_FRONTEND="frontend"
EXPEPHALON_BACKEND="backend"
# To add Expephalon modules, move them to the Expephalon root directory, then add them to this list