Nikky
12/10/2019, 5:04 PMapplication.conf
i have
port = ${PORT}
this works fine on heroku and when this is set in the environment, but can i somehow set eg. 8080
as fallback ?
could not find how to do that in the HOCON speczpearce
12/10/2019, 5:18 PMport = 8080
port = ${?PORT}
Nikky
12/10/2019, 6:52 PMException in thread "main" com.typesafe.config.ConfigException$UnresolvedSubstitution: application.conf @ file:/home/nikky/dev/pentagame/backend/build/resources/main/application.conf: 4: Could not resolve substitution to a value: ${PORT}
zpearce
12/10/2019, 7:38 PMNikky
12/11/2019, 1:57 PM