from os import environ SESSION_CONFIGS = [ dict( name='newsvendor', display_name="Newsvendor Game", num_demo_participants=100, num_participants=1, app_sequence=['intro','presurvey','newsvendor', 'postsurvey'], num_rounds=5, ), ] # 'intro', 'presurvey', SESSION_CONFIG_DEFAULTS = dict( real_world_currency_per_point=1.00, participation_fee=0.00, doc="" ) ROOMS = [ dict( name='main_room', display_name='Supply Chain Digitalization' ), ] OTREE_AUTH_LEVEL = 'STUDY' DEMO_MODE = False PARTICIPANT_FIELDS = ['presurvey_newsvendor_knowledge', 'postsurvey_newsvendor_knowledge', 'is_smart_group', 'subgroup', 'segment', 'tool_count'] SESSION_FIELDS = [] LANGUAGE_CODE = 'en' REAL_WORLD_CURRENCY_CODE = 'USD' USE_POINTS = True ADMIN_USERNAME = 'admin' ADMIN_PASSWORD = 'worldsunsafestadminpassword' DEMO_PAGE_INTRO_HTML = "" SECRET_KEY = '1493387268685'