forked from tilde/ssh-reg
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
455 B
INI
24 lines
455 B
INI
[DEFAULT]
|
|
base_path=/application/
|
|
applications_db=%(base_path)sapplications.sqlite
|
|
log_dir=/application/
|
|
log_file=%(log_dir)sapplications.log
|
|
user_creationscript=%(base_path)smake-tilde-user.sh
|
|
|
|
[USERS]
|
|
UserGroup=tilde
|
|
userPWLock=yes
|
|
chmodPerms=0o700
|
|
chmodParams=-Rv
|
|
chownParams=%(chmodParams)s
|
|
chownGroups=%(UserGroup)s:%(UserGroup)s
|
|
|
|
[LOG_LEVEL]
|
|
log_level=%(log_debug)s
|
|
log_notset=0
|
|
log_debug=10
|
|
log_info=20
|
|
log_warning=30
|
|
log_error=40
|
|
lo0g_critical=50
|