first commit
This commit is contained in:
35
xxx/app/xxx_app.conf
Normal file
35
xxx/app/xxx_app.conf
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
# zus_config => '/etc/mlands/configs/xxx.conf', # um externe konfigs mit Passwörtern zu laden
|
||||
|
||||
htlib => '/var/local/htlib',
|
||||
mlandshome => 'http://intranet.mlands.com:9673/Z/',
|
||||
komaurl => 'http://intra/koma',
|
||||
smtpserver => 'mail.mlands.com',
|
||||
mail => 'Xxx@mlands.com',
|
||||
|
||||
secret => 'mojoappsecret',
|
||||
|
||||
# DB Pools
|
||||
# db => {
|
||||
# xxx => {
|
||||
# dsn => 'DBI:mysql:test:localhost',
|
||||
# username => '',
|
||||
# password => '',
|
||||
# verbose => 0,
|
||||
# },
|
||||
# },
|
||||
|
||||
privileges => {
|
||||
# user => wird bei erfolgreicher Anmeldung den Privs hinzugefügt
|
||||
},
|
||||
|
||||
logging => {
|
||||
level => 'debug',
|
||||
facility => 'local7',
|
||||
enable => 1,
|
||||
only_syslog => 0,
|
||||
#access_log => 'v1', #bisher nicht änderbar
|
||||
ident => 'xxx',
|
||||
#color => 1, #erst ab Mojolicious 9.01
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user