ktor { #development = true deployment { port = 8080 port = ${?PORT} } application { modules = [ com.wyattjmiller.ApplicationKt.module ] } } storage { ipAddress = "10.10.10.21" port = "5432" driverClassName = "org.postgresql.Driver" jdbcURL = "jdbc:postgresql://10.10.10.21:5432/recipefolio" dbUser = "wyatt" dbPasswd = "wjm" }