27 lines
882 B
Properties
27 lines
882 B
Properties
|
|
# THIS is the application properties used when testing in the IDE
|
|
# or running stand-alone from the command line.
|
|
# It augments/overrides application.yml in the JAR
|
|
joinfaces.jsf.webapp-resources-directory=/resources
|
|
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
|
|
#Obs, no longer required:
|
|
#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
|
|
|
|
# This will override aplication.yml
|
|
#server.servlet.context-parameters.primefaces.THEME=le-frog
|