Provide Engine & Log Command Line Arguments #60
Labels
No labels
architecture
authentication
backend
bug
ci/cd
cleanup
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
media
mobile
new feature
notes
packaging
question
ui
upstream breaking change
voice
waiting user input
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: platypush/platypush#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: julianrichen
Currently you can override the
config.yamllocation via the command line:It would be nice if we could override the engine location and log location via the command line like:
Currently it can be done via the
config.yamlbut it would be nice to do it via the command line. I have Ansible script to deploy the application to my server andconfig.yamlis provided in the playbook before I calculate were the engine or log will be stored. It would be nice to let me set the default locations I expect to deploy the file and if needed I can override it in theconfig.yamlI later deploy.