diff options
| author | Adam Harvey <adam@ahprojects.com> | 2019-04-03 14:35:41 +0200 |
|---|---|---|
| committer | Adam Harvey <adam@ahprojects.com> | 2019-04-03 14:35:41 +0200 |
| commit | 0224090a9dcc79de897871cfa573f99cf8f005a5 (patch) | |
| tree | ec5967fa3d6ca197af1ac12092fe168fdf499d48 /megapixels/app/settings/app_cfg.py | |
| parent | 04677d60e9e867a6d02fa2c99f07f83dff6e6005 (diff) | |
| parent | df707e4316c79375499974fb2a3443f1c049b93c (diff) | |
.
Diffstat (limited to 'megapixels/app/settings/app_cfg.py')
| -rw-r--r-- | megapixels/app/settings/app_cfg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/megapixels/app/settings/app_cfg.py b/megapixels/app/settings/app_cfg.py index f6d0a7df..1eed1a41 100644 --- a/megapixels/app/settings/app_cfg.py +++ b/megapixels/app/settings/app_cfg.py @@ -169,6 +169,7 @@ DIR_SITE_INCLUDES = "../site/includes" DIR_SITE_USER_CONTENT = "../site/public/user_content" DIR_SITE_DATASETS = "../site/datasets/" DIR_SITE_FINAL_CITATIONS = "../site/datasets/final/" +GOOGLE_ACCOUNT_CREDS_PATH = os.path.join("../", os.getenv("GOOGLE_ACCOUNT_CREDS_PATH")) # ----------------------------------------------------------------------------- # Celery |
