Skip to content

Commit 98804f8

Browse files
author
Tomáš Voslař
committed
Update bootstrap
1 parent 3835ed6 commit 98804f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $configurator = new Nette\Config\Configurator;
1515

1616
// detects environment via virtual server name
1717
if(PHP_SAPI === 'cli'){
18-
if(php_uname('n') === 'vm7050'){
18+
if(php_uname('n') === 'vm7050' || php_uname('n') === 'web1'){
1919
$environment = 'production';
2020
}else{
2121
$environment = 'development';

0 commit comments

Comments
 (0)