[Phonehome-commits] r36 - trunk/server/common
lauren at garage.maemo.org
lauren at garage.maemo.org
Sat Oct 18 02:44:53 EEST 2008
Author: lauren
Date: 2008-10-18 02:44:52 +0300 (Sat, 18 Oct 2008)
New Revision: 36
Added:
trunk/server/common/secret-dummy.php
Log:
added secret-dummy.php file for other devs if reqd
Added: trunk/server/common/secret-dummy.php
===================================================================
--- trunk/server/common/secret-dummy.php (rev 0)
+++ trunk/server/common/secret-dummy.php 2008-10-17 23:44:52 UTC (rev 36)
@@ -0,0 +1,28 @@
+<?php
+
+// the domain we are running on (for live sites only)
+define("LIVE_DOMAIN","blah");
+
+///////////////////////////////////////////////////////////
+// cookie & enc stuff
+define("COOKIE_UID","a-random-cookie-name");
+define("COOKIE_UNAME","another-random-cookie-name");
+define("COOKIE_MAGIC","one-more-random-cookie-name");
+define("COOKIE_MAGIC_VALUE","special-value-here");
+define("ENC_KEY","encryption-key-here");
+
+
+///////////////////////////////////////////////////////////
+// database stuff
+define("LIVE_DB_HOST","live-db-host");
+define("LIVE_DB_UNAME","live-db-username");
+define("LIVE_DB_PW","live-db-password");
+
+define("DEV_DB_HOST","dev-db-host");
+define("DEV_DB_UNAME","dev-db-username");
+define("DEV_DB_PW","dev-db-password");
+
+
+// !!!!!!!!!!!!!!!! VERY IMPORTANT !!!!!!!!!!!!!!
+// make sure there are NO, NONE, ZERO blank lines at the bottom of this file below this closing ?>
+?>
More information about the Phonehome-commits
mailing list