You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 lines
216 B

  1. # -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; -*-
  2. config = {
  3. 'MYSQL_HOST': 'localhost',
  4. 'MYSQL_USER': 'corso',
  5. 'MYSQL_PASSWORD': 'pwdcorso',
  6. 'MYSQL_DB': 'mywiki',
  7. }