App aus Dateinamen entfernt

This commit is contained in:
2025-06-03 23:13:07 +02:00
parent a9203e515d
commit 17f2c9d9d1
17 changed files with 62 additions and 61 deletions

28
xxx/app/xxx.conf Normal file
View File

@@ -0,0 +1,28 @@
{
htlib => '/var/local/htlib',
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
}
}