mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
setup chromium for testing
This commit is contained in:
parent
06209ad832
commit
90c54b6b1c
3 changed files with 6 additions and 2 deletions
|
|
@ -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()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue