mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
set TEST_DONT_LOAD_APPS
This commit is contained in:
parent
1295f0d0dd
commit
761fe285a7
1 changed files with 1 additions and 1 deletions
|
|
@ -281,10 +281,10 @@ impl Cloud {
|
||||||
|
|
||||||
let mut env = vec![
|
let mut env = vec![
|
||||||
"PHP_IDE_CONFIG=serverName=haze".to_string(),
|
"PHP_IDE_CONFIG=serverName=haze".to_string(),
|
||||||
"CHROMIUM_BIN=/usr/local/bin/chromium-no-sandbox".to_string(),
|
|
||||||
format!("HAZE_UID={}", uid),
|
format!("HAZE_UID={}", uid),
|
||||||
format!("HAZE_GID={}", gid),
|
format!("HAZE_GID={}", gid),
|
||||||
format!("SQL={}", options.db.name()),
|
format!("SQL={}", options.db.name()),
|
||||||
|
"TEST_DONT_LOAD_APPS=1".to_string(),
|
||||||
];
|
];
|
||||||
let volumes: Vec<String> = mappings
|
let volumes: Vec<String> = mappings
|
||||||
.into_iter()
|
.into_iter()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue