easypanel/admin/template_config/vh_db.xml
2023-02-26 10:37:33 +08:00

11 lines
220 B
XML

<!--#start 500 -->
<config>
<CreateProcess>AsUser</CreateProcess>
<log level='3' logs_day='{{$setting.logs_day}}' rotate_time='0 0 * * *'/>
<vhs>
<vh_database
driver='{{$driver}}'
dbname='etc/vhs.db'
/>
</vhs>
</config>