Skip to content

Commit 6dd925e

Browse files
committed
add jnosql database and host configuration and update server port
1 parent e4be3c9 commit 6dd925e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Microprofile server properties
2-
server.port=8080
2+
server.port=8081
33
server.host=0.0.0.0
44

55
# Change the following to true to enable the optional MicroProfile Metrics REST.request metrics
66
metrics.rest-request.enabled=false
77

88
# Application properties. This is the default greeting
99
app.greeting=Hello
10-
10+
jnosql.keyvalue.database=travels
11+
jnosql.document.database=travels
12+
jnosql.oracle.nosql.host=http://localhost:8080
1113

0 commit comments

Comments
 (0)