Guest User

Untitled

a guest
Dec 1st, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. DATABASE_ENGINE = 'mysql' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
  2. DATABASE_NAME = 'irt' # Or path to database file if using sqlite3.
  3. DATABASE_USER = 'root' # Not used with sqlite3.
  4. DATABASE_PASSWORD = 'tomtom' # Not used with sqlite3.
  5. DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
  6. DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
  7.  
  8. MAGENTO_LINKED=False
  9. TRACK_VIDEO_VIEWS=False
  10.  
  11. EMAIL_SERVER='localhost'
  12. EMAIL_HOST = 'albert.ai.lan'
  13.  
  14. ICV_NOTIFICATION_BCC = ('dn@alexanderinteractive.com',)
Add Comment
Please, Sign In to add comment