2013-08-08 22:55:12 +02:00
|
|
|
<?php
|
|
|
|
define('VERSION_NUMBER', '2.0');
|
|
|
|
define('MYSQL_HOST', 'localhost');
|
|
|
|
define('MYSQL_LOGIN', 'root');
|
|
|
|
define('MYSQL_PASSWORD', 'lv:05/02/93-mariadb');
|
|
|
|
define('MYSQL_DB', 'Bouffe@Ulm');
|
|
|
|
define('MYSQL_PREFIX', 'bouffeatulm_');
|
|
|
|
define('INSTANCE_TITLE', 'Bouffe@Ulm');
|
|
|
|
define('BASE_URL', 'http://localhost/Bouffe@Ulm/');
|
2013-08-09 00:44:43 +02:00
|
|
|
define('SALT', '$2a$10$Cg7T08hTORaxZgfCua1xyQ==');
|