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.

11 lines
280 B

  1. # -*- coding: utf-8; tab-width: 4; indent-tabs-mode: nil; -*-
  2. # questa configurazione è solo per fare delle prove di gitlab
  3. config = {
  4. 'MYSQL_HOST': 'localhost',
  5. 'MYSQL_USER': 'corso',
  6. 'MYSQL_PASSWORD': 'pwdcorso',
  7. 'MYSQL_DB': 'mywiki',
  8. }