Skip to content

Commit

Permalink
Add database.type to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jacodg committed Apr 22, 2024
1 parent cc507d8 commit a3a6a05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -274,7 +274,10 @@ should build your project with Maven (by default not, building is then done
with ANT). Set property `maven` to `true` to build with Maven.

Your project doesn't need to contain a context.xml in case you want to use an
H2 database.
H2, Oracle, MSSQL or PostgreSQL database. By default
frank-runner/database/h2/context.xml will be used when your project doesn't
contain a context.xml. Use database.type=oracle, mssql or postgresql to use one
of the other context.xml files provided by the Frank!Runner.

When changing files in the classes folder you need to restart Tomcat. When
changing files in the configurations folder you need to reload the configuration
Expand Down

0 comments on commit a3a6a05

Please sign in to comment.