Use config file and/or command line parameters #1
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: chinwag/ejabberd-auth-mastodon#1
Loading…
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?
Currently the database connection credentials need to be edited into the script itself. This is fine for now but it's obviously not ideal for long term use that includes script updates.
At the minimum, command line parameters could be used but a config file (just a simple .ini) would be best. Both should be supported ideally.
As a step toward this, I intend to convert the module to an installable program. That is, instead of pointing directly to the Python module, there'd be a build and install system, to put in place an executable 'auth-mastodon' program.
Does that sound right?
I have no strong opinions on this, whatever get us there is fine by me!