App aus Dateinamen entfernt
This commit is contained in:
40
xxx/deb/prod/xxx.conf
Normal file
40
xxx/deb/prod/xxx.conf
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
# zus_config => '/etc/mlands/configs/xxx.conf', # um externe konfigs mit Passwörtern zu laden
|
||||
|
||||
htlib => '/var/local/htlib',
|
||||
|
||||
secret => 'mojoappsecret',
|
||||
|
||||
# dieser Teil wandert in die Datei unter zus_config
|
||||
# DB Pools
|
||||
# db => {
|
||||
# xxx => {
|
||||
# dsn => 'DBI:mysql:test:ares',
|
||||
# username => '',
|
||||
# password => '',
|
||||
# verbose => 0,
|
||||
# },
|
||||
# },
|
||||
|
||||
hypnotoad => {
|
||||
listen => ['http://*:hypnotoadport'],
|
||||
workers => 4,
|
||||
pid_file => '/run/xxx.pid',
|
||||
proxy => 1
|
||||
},
|
||||
|
||||
privileges => {
|
||||
# user => wird bei erfolgreicher Anmeldung den Privs hinzugefügt
|
||||
# admin => 'xxx_admin::xgroups',
|
||||
},
|
||||
|
||||
logging => {
|
||||
level => 'info',
|
||||
facility => 'local7',
|
||||
enable => 1,
|
||||
only_syslog => 1,
|
||||
#access_log => 'v1', #bisher nicht änderbar
|
||||
ident => 'xxx',
|
||||
#color => 1, #erst ab Mojolicious 9.01
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user