Umstellung auf podman in Arbeit
(cherry picked from commit 1a92c63ef6d60e9dcba513ebf60cbd9f18a142e8)
This commit is contained in:
@@ -8,7 +8,7 @@ import org.eclipse.microprofile.openapi.annotations.tags.Tag
|
||||
@OpenAPIDefinition(
|
||||
info = Info(
|
||||
title = "Kontor",
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
)
|
||||
)
|
||||
class KontorApplication: Application()
|
||||
@@ -1,4 +1,4 @@
|
||||
quarkus.http.port=8800
|
||||
quarkus.http.port=8300
|
||||
quarkus.swagger-ui.always-include=true
|
||||
quarkus.datasource.db-kind=postgresql
|
||||
quarkus.datasource.username=kontor
|
||||
|
||||
Reference in New Issue
Block a user