mirror of
https://github.com/jimeh/zynapse.git
synced 2026-02-19 07:06:39 +00:00
Basic environment set functionality is in place.
This commit is contained in:
26
config/hosts.php
Normal file
26
config/hosts.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
# host configuration
|
||||
# - set environment, display mode, and root path for
|
||||
# specific hosts. available options are "environment",
|
||||
# "mode", and "root".
|
||||
$hosts = array(
|
||||
// 'zynapse' => array(
|
||||
//
|
||||
// ),
|
||||
// 'wap.zynapse' => array(
|
||||
// 'mode' => 'wap',
|
||||
// ),
|
||||
// 'admin.zynapse' => array(
|
||||
// 'root' => 'admin',
|
||||
// ),
|
||||
// 'zynapse.org' => array(
|
||||
// 'environment' => 'production',
|
||||
// ),
|
||||
// 'admin.zynapse.org' => array(
|
||||
// 'environment' => 'production',
|
||||
// 'root' => 'admin',
|
||||
// ),
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user