mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-27 16:03:02 +02:00
Configure Algo for Flatiron.
This commit is contained in:
parent
4172dea436
commit
1be53798fb
1 changed files with 13 additions and 4 deletions
17
config.cfg
17
config.cfg
|
@ -6,9 +6,18 @@
|
||||||
# Usernames with leading 0's or containing only numbers should be escaped in double quotes, e.g. "000dan" or "123".
|
# Usernames with leading 0's or containing only numbers should be escaped in double quotes, e.g. "000dan" or "123".
|
||||||
# Emails are not allowed
|
# Emails are not allowed
|
||||||
users:
|
users:
|
||||||
- phone
|
- avidor.turkewitz
|
||||||
- laptop
|
- bob.nadler
|
||||||
- desktop
|
- crystal.chang
|
||||||
|
- drew.price
|
||||||
|
- frantz.lacarriere
|
||||||
|
- lorgio.jimenez
|
||||||
|
- luke.ghenco
|
||||||
|
- mitch.beebe
|
||||||
|
- spencer.rogers
|
||||||
|
- steven.nunez
|
||||||
|
- tom.milewski
|
||||||
|
- yann.gregoire
|
||||||
|
|
||||||
### Review these options BEFORE you run Algo, as they are very difficult/impossible to change after the server is deployed.
|
### Review these options BEFORE you run Algo, as they are very difficult/impossible to change after the server is deployed.
|
||||||
|
|
||||||
|
@ -73,7 +82,7 @@ block_netbios: true
|
||||||
# which case a reboot will take place if necessary at the time specified (as
|
# which case a reboot will take place if necessary at the time specified (as
|
||||||
# HH:MM) in the time zone of your Algo server. The default time zone is UTC.
|
# HH:MM) in the time zone of your Algo server. The default time zone is UTC.
|
||||||
unattended_reboot:
|
unattended_reboot:
|
||||||
enabled: false
|
enabled: true
|
||||||
time: 06:00
|
time: 06:00
|
||||||
|
|
||||||
### Advanced users only below this line ###
|
### Advanced users only below this line ###
|
||||||
|
|
Loading…
Add table
Reference in a new issue