Consider add some form of configuration #40
Locked
oseasandrepro
started this conversation in
Ideas
Replies: 2 comments
-
|
When I write this Issue, I was thinking something like this: So given this scenario, I think this feature can be implemented after the CI/CD implementation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I just find one more use of config file, to enable or disable the log in files in server side |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Consider using some form of configuration to facilitate the use of the lib, something similar to Java's "application.proprites" in SpringBoot.
The idea is that both the client and server applications can use plug-and-play by simply setting values in the configuration file.
look this: https://docs.python.org/3/library/configparser.html
### configparser — Configuration file parser
Source code: Lib/configparser.py
This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what’s found in Microsoft Windows INI files. You can use this to write Python programs which can be customized by end users easily.
Beta Was this translation helpful? Give feedback.
All reactions