[ Index ]

PHP Cross Reference of GlotPress

title

Body

[close]

/t/ -> unittests-config-sample.php (source)

   1  <?php
   2  // ** MySQL settings - You can get this info from your web host ** //
   3  
   4  /** The name of the test database for GlotPress */
   5  define('GPDB_NAME', 'glotpress_test');
   6  
   7  /** MySQL database username */
   8  define('GPDB_USER', 'username');
   9  
  10  /** MySQL database password */
  11  define('GPDB_PASSWORD', 'password');
  12  
  13  /** MySQL hostname */
  14  define('GPDB_HOST', 'localhost');
  15  
  16  /** Database Charset to use in creating database tables. */
  17  define('GPDB_CHARSET', 'utf8');
  18  
  19  /** The Database Collate type. Don't change this if in doubt. */
  20  define('GPDB_COLLATE', '');
  21  
  22  /**#@+
  23   * Authentication Unique Keys.
  24   *
  25   * Change these to different unique phrases!
  26   * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
  27   *
  28   * @since 0.1
  29   */
  30  define('GP_AUTH_KEY', 'put your unique phrase here');
  31  define('GP_SECURE_AUTH_KEY', 'put your unique phrase here');
  32  define('GP_LOGGED_IN_KEY', 'put your unique phrase here');
  33  define('GP_NONCE_KEY', 'put your unique phrase here');
  34  /**#@-*/
  35  
  36  /**
  37   * GlotPress Database Table prefix.
  38   *
  39   * You can have multiple installations in one database if you give each a unique
  40   * prefix. Only numbers, letters, and underscores please!
  41   */
  42  $gp_table_prefix = 'gp_';
  43  
  44  ?>


Generated: Thu May 24 03:59:35 2012 Hosted by follow the white rabbit.