-
Notifications
You must be signed in to change notification settings - Fork 15
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
Showing
2 changed files
with
40 additions
and
25 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
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ smtphost: localhosti # mandantory, a host accepting smtp connections to send em | |
mail_from: [email protected] # sender address for reminders | ||
default: lustre # mandantory, the default workspace to choose | ||
duration: 10 # mantantory, the max duration in days, if not specified in workspace | ||
reminderdefault: 0 # optional, if set, users will always get mail, in doubt local mail to username | ||
maxextensions: 1 # mandantory, the number of extensions, if not specified in workspace | ||
pythonpath: /path/to/my/python # optional, path which is appended to python search path for ws_list and other pythons scripts to find yaml | ||
dbuid: 9999 # mandantory | ||
|