spring: config: activate: on-profile: dev main: allow-bean-definition-overriding: true jpa: open-in-view: true show-sql: true hibernate: ddl-auto: none format_sql: true use_sql_comments: true datasource: jcms-db: driver-class-name: org.mariadb.jdbc.Driver jdbc-url: jdbc:mariadb://localhost:3306/jcmsdb username: jcms password: jcms3593 server: port: 8080 tomcat: native: false servlet: session: timeout: 600 jcms: lib-minify: false upload: url: /util/files/ path: /jw/jcms/upload/temp/ system-url: /system/util/ system-path: /jw/jcms/upload/ file-path: /jw/jcms/upload/files/ image-path: /jw/jcms/upload/images/ logging: level: root: info web: debug net.jwsi: debug org.apache: info org.hibernate: info file: path: /jw/jcms/logs name: /jw/jcms/logs/logs.log logback: rollingpolicy: file-name-pattern: /jw/jcms/logs/logs-%d{yyyy-MM-dd}.%i.log max-file-size: 100MB total-size-cap: 1GB max-history: 5 clean-history-on-start: false