fhost: allow configuration at runtime #30

Closed
ioistired wants to merge 1 commits from pr/runtime-configuration into master
ioistired commented 2020-11-13 13:48:35 +01:00 (Migrated from github.com)

This reads configuration from a file called fhost.cfg if it exists,
allowing users to configure the server without having to maintain a fork.

I also used this opportunity to remove the gitignore entry for .py[cod]. It's only needed for python2, as python3 always places bytecode files inside __pycache__, which was already ignored.

This reads configuration from a file called `fhost.cfg` if it exists, allowing users to configure the server without having to maintain a fork. I also used this opportunity to remove the gitignore entry for `.py[cod]`. It's only needed for python2, as python3 always places bytecode files inside `__pycache__`, which was already ignored.

I have decided on a different implementation, see 5db62c2dbf and 47ff3a1152 (and README.rst)

I have decided on a different implementation, see 5db62c2dbf8b6c1ecf67c414488d2e9a4394fe72 and 47ff3a11527c13732bcf18cbe0eca4d2037f3891 (and README.rst)

Thanks anyway!

Thanks anyway!

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mia/0x0#30
No description provided.