5a7b70145c
Release package / release (push) Successful in 10m45s
Co-authored-by: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com> Co-authored-by: TranHuuDanh <tranhuudanh@demonkernel.io.vn> Co-authored-by: TakahashiNguyen <takahashi.ng@icloud.com> Reviewed-on: #14 Reviewed-by: TakahashiNguyen <takahashi.ng@icloud.com> Co-authored-by: TranHuuDanh <tranhuudanh@noreply.localhost> Co-committed-by: TranHuuDanh <tranhuudanh@noreply.localhost>
10 lines
241 B
Properties
10 lines
241 B
Properties
# Quarkus
|
|
quarkus.http.host=0.0.0.0
|
|
|
|
# Database
|
|
## Datasource
|
|
%test.quarkus.datasource.db-kind=h2
|
|
%test.quarkus.datasource.jdbc.url=jdbc:h2:mem:test_db;DB_CLOSE_DELAY=-1
|
|
|
|
## Orm
|
|
%test.quarkus.hibernate-orm.database.generation=drop-and-create |