Files
backend/eatery-service/src/test/resources/application.properties
T
TranHuuDanh 5a7b70145c
Release package / release (push) Successful in 10m45s
feature/danh-dev-new-branch-yeu-cau-viet-anh (#14)
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>
2026-04-01 08:20:41 +00:00

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