From ce0b36cbde101e2c68868c645baf06353bc76652 Mon Sep 17 00:00:00 2001 From: bobcall Date: Thu, 31 Oct 2013 08:21:10 -0400 Subject: [PATCH] Added remaining secret templates --- karmaworld/secret/db_settings.py | 7 +++++++ karmaworld/secret/drive.py | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 karmaworld/secret/db_settings.py create mode 100644 karmaworld/secret/drive.py diff --git a/karmaworld/secret/db_settings.py b/karmaworld/secret/db_settings.py new file mode 100644 index 0000000..f185030 --- /dev/null +++ b/karmaworld/secret/db_settings.py @@ -0,0 +1,7 @@ +#!/usr/bin/env python +# -*- coding:utf8 -*- +# Copyright (C) 2012 FinalsClub Foundation +""" DO NOT check this file into source control """ +PROD_DB_NAME = 'DB_NAME' +PROD_DB_USERNAME = 'DB_USER_NAME' +PROD_DB_PASSWORD = 'PASSWD' diff --git a/karmaworld/secret/drive.py b/karmaworld/secret/drive.py new file mode 100644 index 0000000..ee87d22 --- /dev/null +++ b/karmaworld/secret/drive.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python +# -*- coding:utf8 -*- +# Copyright (C) 2012 FinalsClub Foundation +""" DO NOT check this file into source control """ + +GOOGLE_USER = 'GDRIVE_ACCOUNT' -- 2.25.1