Skip to content

Jooby 4.0.10 ignores server.port #3805

Description

@Fruffel

On my end Jooby 4.0.10 still seems to ignore my application.conf server.port.

server {
port = 6001
port = ${?SERVER_PORT}

compressionLevel = 6
compressionLevel = ${?SERVER_COMPRESSION_LEVEL}
}

listening on:
http://localhost:8080/

on 4.0.7

listening on:
http://localhost:6001/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions