Skip to content

Commit c6d637e

Browse files
committed
Merged production settings into svn version of settings.py, except for the DATABASE_PASSWORD. *Set this in settings_local.py, do not edit settings.py*. See adamlaska#208.
- Legacy-Id: 888
1 parent 210c557 commit c6d637e

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

ietf/settings.py

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,21 @@
2828

2929
MANAGERS = ADMINS
3030

31-
DATABASE_ENGINE = 'mysql' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
32-
DATABASE_NAME = 'django_idtracker' # Or path to database file if using sqlite3.
33-
DATABASE_USER = 'django' # Not used with sqlite3.
34-
DATABASE_PASSWORD = 'playing' # Not used with sqlite3.
35-
DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
31+
DATABASE_ENGINE = 'mysql' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
32+
DATABASE_NAME = 'ietf' # Or path to database file if using sqlite3.
33+
DATABASE_USER = 'django' # Not used with sqlite3.
34+
#DATABASE_PASSWORD = 'playing' # Not used with sqlite3.
3635
DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
36+
#DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
37+
#DATABASE_HOST = '10.30.47.10' # The MySQL 5 server, new and hot.. but seems to be slow
38+
DATABASE_HOST = '10.31.47.10' # Existing MySQL 4.1 server..
3739

3840
# Local time zone for this installation. Choices can be found here:
3941
# http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE
4042
# although not all variations may be possible on all operating systems.
4143
# If running in a Windows environment this must be set to the same as your
4244
# system time zone.
43-
TIME_ZONE = 'America/Los_Angeles'
45+
TIME_ZONE = 'America/New_York'
4446

4547
# Language code for this installation. All choices can be found here:
4648
# http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes
@@ -157,7 +159,7 @@
157159
# The name of the method to use to invoke the test suite
158160
TEST_RUNNER = 'ietf.tests.run_tests'
159161

160-
IPR_DOCUMENT_PATH = '/home/master-site/ftp/data/ietf/IPR'
162+
IPR_DOCUMENT_PATH = '/home/local/ftp/data/ietf/IPR'
161163

162164
TEST_REFERENCE_URL_PREFIX = 'http://compost.research.att.com/old/'
163165

0 commit comments

Comments
 (0)