Added remaining secret templates
authorbobcall <bob@bobcall.me>
Thu, 31 Oct 2013 12:21:10 +0000 (08:21 -0400)
committerbobcall <bob@bobcall.me>
Thu, 31 Oct 2013 12:21:10 +0000 (08:21 -0400)
karmaworld/secret/db_settings.py [new file with mode: 0644]
karmaworld/secret/drive.py [new file with mode: 0644]

diff --git a/karmaworld/secret/db_settings.py b/karmaworld/secret/db_settings.py
new file mode 100644 (file)
index 0000000..f185030
--- /dev/null
@@ -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 (file)
index 0000000..ee87d22
--- /dev/null
@@ -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'