29 lines
1.0 KiB
Properties
29 lines
1.0 KiB
Properties
|
|
# THIS is the application properties used when testing in the IDE
|
|
# The application.yml (production) is ignored.
|
|
#joinfaces.jsf.project-stage=development
|
|
# They lied. This doesn't work:
|
|
joinfaces.primefaces.theme=cupertino
|
|
joinfaces.jsf.webapp-resources-directory=/resources
|
|
# This works. Note that ONLY THE FIRST theme set will work unless
|
|
# you delete the old primefaces.THEME from ServletContext
|
|
server.servlet.context-parameters.primefaces.THEME=omega
|
|
server.servlet.session.timeout=30m
|
|
|
|
spring.thymeleaf.enabled=false
|
|
server.error.whitelabel.enabled=false
|
|
|
|
spring.datasource.url=jdbc:mysql://dbase/recipes
|
|
#jdbc:sqlite:${home}/recipes.db
|
|
spring.datasource.username=recipes
|
|
pring.datasource.password=yumyumyum
|
|
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
|
|
#org.sqlite.JDBC
|
|
#spring.jpa.hibernate.dialect=org.hibernate.dialect.SQLServer2012Dialect
|
|
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
|
|
#org.sqlite.hibernate.dialect.SQLiteDialect
|
|
#spring.jpa.show-sql: true
|
|
|
|
# My special properties
|
|
gourmet.password.file=${user.home}/.gourmetpw
|