# This is a file holding the environment variables to configure your project.
# feel free to change them according to your actual configuration. In order to
# load the variables in your shell, please type `source env`. If you're using
# PyCharm, you can use the "Env File" plugin to load this file automatically
# into your running environment.

set -a

DEBUG=yes

BERNARD_SETTINGS_FILE=__settings_file__
BERNARD_BASE_URL=http://localhost:8666
WEBVIEW_SECRET_KEY=__random_key__
