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.

10 regels
236 B

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