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

viur create calls clean_base.py with application-name-parameter even if not set #153

Open
bb-mausbrand opened this issue May 16, 2024 · 1 comment

Comments

@bb-mausbrand
Copy link

Running viur create [project-name] runs clean_base.py with parameter -A [project-name] even if it istn't properly configured. This leads i.e. to the application name being "{{app_id}}"

@bb-mausbrand
Copy link
Author

it should have changed two lines in deploy/main.py:
34: conf["viur.validApplicationIDs"] = ["{{app_id}}"]
88: conf["admin.name"] = "{{app_id}}"

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

No branches or pull requests

1 participant