mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-21 22:41:05 +08:00
12 lines
320 B
INI
12 lines
320 B
INI
spring.datasource.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1
|
|
spring.datasource.driverClassName=org.h2.Driver
|
|
spring.datasource.username=sa
|
|
spring.datasource.password=
|
|
spring.jpa.hibernate.ddl-auto=create-drop
|
|
|
|
resend.api.key=dummy
|
|
cos.base-url=http://test.example.com
|
|
|
|
app.jwt.secret=TestSecret
|
|
app.jwt.expiration=3600000
|