mirror of
https://github.com/bckelley/avogadrio.git
synced 2026-08-24 02:04:11 -05:00
Disable debug mode by default
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ use Avogadrio\MoleculeRenderer;
|
||||
$app = new Silex\Application();
|
||||
|
||||
// Uncomment the line below while debugging your app.
|
||||
$app['debug'] = true;
|
||||
// $app['debug'] = true;
|
||||
|
||||
// Load config.
|
||||
$config = Spyc::YAMLLoad(__DIR__ . '/../config/config.yaml');
|
||||
|
||||
Reference in New Issue
Block a user