Updated documentation
This commit is contained in:
@@ -25,6 +25,7 @@ ktor:
|
|||||||
modules:
|
modules:
|
||||||
-codes.kalar.ApplicationKt.module
|
-codes.kalar.ApplicationKt.module
|
||||||
deployment:
|
deployment:
|
||||||
|
host: <host address> (defaults to `0.0.0.0` if not added)
|
||||||
port: 8080
|
port: 8080
|
||||||
postgres:
|
postgres:
|
||||||
url: "jdbc:postgresql://<url to database>"
|
url: "jdbc:postgresql://<url to database>"
|
||||||
@@ -53,3 +54,5 @@ If the server starts successfully, you'll see the following output:
|
|||||||
```
|
```
|
||||||
|
|
||||||
From here, navigate to http://0.0.0.0:8080/swagger for API documentation.
|
From here, navigate to http://0.0.0.0:8080/swagger for API documentation.
|
||||||
|
|
||||||
|
NOTE: the address may change if you have updated the application.yaml file with a new host address.
|
||||||
|
|||||||
Reference in New Issue
Block a user