1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

setup chromium for testing

This commit is contained in:
Robin Appelman 2022-04-07 17:46:11 +02:00
commit 90c54b6b1c
3 changed files with 6 additions and 2 deletions

View file

@ -247,6 +247,7 @@ impl Cloud {
let mut env = vec![
"PHP_IDE_CONFIG=serverName=haze".to_string(),
"CHROMIUM_BIN=/usr/local/bin/chromium-no-sandbox".to_string(),
format!("UID={}", uid),
format!("GID={}", gid),
format!("SQL={}", options.db.name()),