-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38dc118
commit e9faa2d
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -347,6 +347,12 @@ walle_extra_env_vars: | |
This means your jobs were terminated and you can not login anymore. | ||
However it is possible to restore the account and its data. | ||
If you think your account was deleted due to an error, please contact [email protected] | ||
walle_envs_database: | ||
MALWARE_LIB: "{{ walle_malware_database_location }}/{{ walle_database_file }}" | ||
PGPASSFILE: "{{ walle_pgpass_file }}" | ||
PGUSER: galaxy | ||
PGDATABASE: galaxy | ||
GXADMIN_PATH: /usr/local/bin/gxadmin | ||
walle_cron_day: "*" | ||
walle_cron_hour: "*" | ||
walle_cron_minute: "0" |