from os import environ SESSION_CONFIGS = [ dict( name='Game', display_name="Game", app_sequence=['consent', 'introduction', 'question', 'Wait', 'intro_hide_and_seek_2options'], #app_sequence=['intro_hide_and_seek_2options'], num_demo_participants=2, completionlink='https://app.prolific.co/submissions/complete?cc=C1DX310X', ) ] ROOMS = [ dict( name='game1', display_name='game1', ), dict( name='game1', display_name='game1' ), ] SESSION_CONFIG_DEFAULTS = dict( real_world_currency_per_point=1.00, participation_fee=0.00, doc="" ) PARTICIPANT_FIELDS = [] SESSION_FIELDS = [] # ISO-639 code # for example: de, fr, ja, ko, zh-hans LANGUAGE_CODE = 'en' # e.g. EUR, GBP, CNY, JPY REAL_WORLD_CURRENCY_CODE = 'USD' USE_POINTS = True ADMIN_USERNAME = 'admin' # for security, best to set admin password in an environment variable ADMIN_PASSWORD = environ.get('OTREE_ADMIN_PASSWORD') DEMO_PAGE_INTRO_HTML = """ """ SECRET_KEY = '5396961940132'