Revert "Deploy on Heroku"

This reverts commit 89842299d7.
This commit is contained in:
Tristan Darricau 2016-09-13 01:04:26 +02:00
parent 89842299d7
commit 6d7d7d4c0f
No known key found for this signature in database
GPG key ID: 817043C2E29DB881

View file

@ -1,23 +0,0 @@
<?php
// phpBB 3.2.x auto-generated configuration file
// Do not change anything in this file!
$url = getenv('JAWSDB_URL');
$dbparts = parse_url($url);
$dbhost = $dbparts['host'];
$dbuser = $dbparts['user'];
$dbpasswd = $dbparts['pass'];
$dbname = ltrim($dbparts['path'],'/');
$dbms = 'phpbb\\db\\driver\\mysqli';
$dbport = '';
$table_prefix = 'phpbb_';
$phpbb_adm_relative_path = 'adm/';
$acm_type = 'phpbb\\cache\\driver\\file';
@define('DEBUG', true);
@define('PHPBB_INSTALLED', true);
@define('PHPBB_DISPLAY_LOAD_TIME', true);
@define('PHPBB_ENVIRONMENT', 'development');
// @define('DEBUG_CONTAINER', true);