Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit 8311ca3

Browse files
author
kahverengi
committed
Test heroku environment variables
1 parent c33eb29 commit 8311ca3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/kotlin/com/parnote/Main.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ class Main : AbstractVerticle() {
9292
}
9393

9494
private fun startWebServer() {
95+
logger.info("Gelen değer: " + System.getProperty("test", "gelmedi"))
96+
9597
vertx
9698
.createHttpServer()
9799
.requestHandler(router)

0 commit comments

Comments
 (0)