THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
with password
Code Block |
---|
syncope |
. It also assumes that the InnoDB engine is enabled in your MySQL instance - if this is not the case, then change the value for 'quartz.sql' to
Code Block |
---|
quartz.sql=tables_mysql.sql |
.
Oracle
Code Block |
---|
jpa.driverClassName=oracle.jdbc.OracleDriver jpa.url=jdbc:oracle:thin:@localhost:1521:orcl jpa.username=syncope jpa.password=syncope jpa.dialect=org.apache.openjpa.jdbc.sql.OracleDictionary quartz.jobstore=org.quartz.impl.jdbcjobstore.oracle.OracleDelegate quartz.sql=tables_oracle.sql logback.sql=oracle.sql database.schema=SYNCOPE |
...