|
28 | 28 |
|
29 | 29 | MANAGERS = ADMINS |
30 | 30 |
|
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. |
36 | 35 | 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.. |
37 | 39 |
|
38 | 40 | # Local time zone for this installation. Choices can be found here: |
39 | 41 | # http://www.postgresql.org/docs/8.1/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE |
40 | 42 | # although not all variations may be possible on all operating systems. |
41 | 43 | # If running in a Windows environment this must be set to the same as your |
42 | 44 | # system time zone. |
43 | | -TIME_ZONE = 'America/Los_Angeles' |
| 45 | +TIME_ZONE = 'America/New_York' |
44 | 46 |
|
45 | 47 | # Language code for this installation. All choices can be found here: |
46 | 48 | # http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes |
|
157 | 159 | # The name of the method to use to invoke the test suite |
158 | 160 | TEST_RUNNER = 'ietf.tests.run_tests' |
159 | 161 |
|
160 | | -IPR_DOCUMENT_PATH = '/home/master-site/ftp/data/ietf/IPR' |
| 162 | +IPR_DOCUMENT_PATH = '/home/local/ftp/data/ietf/IPR' |
161 | 163 |
|
162 | 164 | TEST_REFERENCE_URL_PREFIX = 'http://compost.research.att.com/old/' |
163 | 165 |
|
|
0 commit comments