Revert "Remove http-api and http-service"

This reverts commit 055f5c2d
This commit is contained in:
Justin
2022-01-03 02:19:20 +11:00
parent 2f9e0d2787
commit d7f72f79eb
115 changed files with 9128 additions and 18 deletions

View File

@@ -0,0 +1,21 @@
# Use in-memory database for tests
datasource:
runelite:
jndiName:
driverClassName: org.h2.Driver
type: org.h2.jdbcx.JdbcDataSource
url: jdbc:h2:mem:runelite
runelite-cache:
jndiName:
driverClassName: org.h2.Driver
type: org.h2.jdbcx.JdbcDataSource
url: jdbc:h2:mem:cache
runelite-tracker:
jndiName:
driverClassName: org.h2.Driver
type: org.h2.jdbcx.JdbcDataSource
url: jdbc:h2:mem:xptracker
mongo:
jndiName:
host: mongodb://localhost:27017