Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

override default ports in project.json #174

Open
akelch opened this issue Oct 7, 2024 · 0 comments · May be fixed by #178
Open

override default ports in project.json #174

akelch opened this issue Oct 7, 2024 · 0 comments · May be fixed by #178
Milestone

Comments

@akelch
Copy link
Member

akelch commented Oct 7, 2024

allow something like this:

`{
"cli-version": "2.0.1",

"default": {

    "port": 8085,
    "gunicorn_port":8091,

    "application_name": "project",
    "builds": {
        "admin": {
            "command": "viur package install admin",
            "kind": "exec",
            "version": "4.5.5"
        }
    },
    "distribution_folder": "./deploy",
    "sources_folder": "./sources",
    "version": "trail-dev"
},
"develop": {
    "application_name": "project",
    "version": dev"
},
"format": "2.0.0"

}`

this is the command: viur run develop --port=8085 --gunicorn_port=8091

@Grashalmbeisser Grashalmbeisser linked a pull request Oct 10, 2024 that will close this issue
@Grashalmbeisser Grashalmbeisser added this to the v2.1.0 milestone Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants