Changeset 8078
- Timestamp:
- 28/01/12 20:50:42 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mauRepo/MolesManager/trunk/src/MolesManager/settings.py
r8077 r8078 162 162 #moles3 database connection 163 163 MOLES3 = 'moles3' 164 MOLES3_DB_CONNECTION = 'postgresql://user:pws@host:port/dbName'164 #MOLES3_DB_CONNECTION = 'postgresql://user:pws@host:port/dbName' 165 165 166 #MOLES3_DB_CONNECTION = 'PG_MOLES3_DB_CONNECTION'166 MOLES3_DB_CONNECTION = 'PG_MOLES3_DB_CONNECTION' 167 167 MOLES3_DB_SCRIPT = SRC + '/sqlTables.py' 168 168 … … 170 170 #moles2 to moles3 migration database connection 171 171 MIGRATION = 'migration' 172 MIGRATION_DB_CONNECTION = 'postgresql://user:pws@host:port/dbName'172 #MIGRATION_DB_CONNECTION = 'postgresql://user:pws@host:port/dbName' 173 173 174 #MIGRATION_DB_CONNECTION = 'PG_MIGRATION_DB_CONNECTION'174 MIGRATION_DB_CONNECTION = 'PG_MIGRATION_DB_CONNECTION' 175 175 MIGRATION_DB_SCRIPT = SRC + '/libs/migration/db/migrationTables.py' 176 176
Note: See TracChangeset
for help on using the changeset viewer.