artemis/titles/pokken/__init__.py

19 lines
426 B
Python
Raw Normal View History

2023-02-17 07:09:26 +00:00
from titles.pokken.index import PokkenServlet
from titles.pokken.const import PokkenConstants
from titles.pokken.database import PokkenData
2023-02-17 07:09:26 +00:00
index = PokkenServlet
database = PokkenData
2023-02-17 07:09:26 +00:00
use_default_title = True
include_protocol = True
title_secure = True
game_codes = [PokkenConstants.GAME_CODE]
trailing_slash = True
use_default_host = False
include_port = True
uri="https://$h:$p/"
host="$h:$p/"
current_schema_version = 1