From: bobcall Date: Thu, 31 Oct 2013 12:21:10 +0000 (-0400) Subject: Added remaining secret templates X-Git-Tag: release-20150131~386^2~56 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ce0b36cbde101e2c68868c645baf06353bc76652;p=oweals%2Fkarmaworld.git Added remaining secret templates --- 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'