####################### # Mandatory variables # ####################### # The publicly-accessible domain where your KoBo Toolbox instance will be reached. PUBLIC_DOMAIN_NAME=myorg.org # The publicly-accessible subdomain for the KoBoForm form building and management interface. KOBOFORM_PUBLIC_SUBDOMAIN=kobo # The publicly-accessible subdomain for the KoBoCAT data collection and project management interface. KOBOCAT_PUBLIC_SUBDOMAIN=kc # The publicly-accessible subdomain for the Enketo Express web forms. ENKETO_EXPRESS_PUBLIC_SUBDOMAIN=ee # See "api key" here: https://github.com/kobotoolbox/enketo-express/tree/master/config#linked-form-and-data-server. ENKETO_API_TOKEN=some_api_key # Canonically a 50-character random string. See https://docs.djangoproject.com/en/1.8/ref/settings/#secret-key and https://docs.djangoproject.com/en/1.8/ref/settings/#secret-key. DJANGO_SECRET_KEY=50_character_random_string # The initial superuser's username. KOBO_SUPERUSER_USERNAME=superuser_username # The initial superuser's password. KOBO_SUPERUSER_PASSWORD=superuser_password # The e-mail address where your users can contact you. KOBO_SUPPORT_EMAIL=admin@myorg.org