X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=dbsettings.py.tmpl;fp=dbsettings.py.tmpl;h=bf6ae6e888803e28e4f03ec7eccc8e6b43fa1b4f;hb=6766edae0f027f1ac392b11e62dbb4485000a58b;hp=0000000000000000000000000000000000000000;hpb=a5560561a1094c95b984f5fee3f7d19808ea981f;p=matthijs%2Fprojects%2Fdorestad-bookings.git diff --git a/dbsettings.py.tmpl b/dbsettings.py.tmpl new file mode 100644 index 0000000..bf6ae6e --- /dev/null +++ b/dbsettings.py.tmpl @@ -0,0 +1,9 @@ +# Database settings. Put here to keep them out of version control. We +# don't want sensitive data in there, and database settings might vary +# per deployment +DATABASE_ENGINE = 'mysql' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'. +DATABASE_NAME = 'ee_bookings' # Or path to database file if using sqlite3. +DATABASE_USER = 'ee_bookings' # Not used with sqlite3. +DATABASE_PASSWORD = '' # Not used with sqlite3. +DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. +DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.