Split run time and static configuration #24

Closed
opened 2021-11-20 11:15:30 +00:00 by ungleich-gitea · 8 comments

config.py contains run time (connection to etcd3) that disallows us to use config.py if there is no etcd3 connection.

I suggest to split into config/local.py - reading configparser and config/etcd.py - reading configuration from etcd

config.py contains run time (connection to etcd3) that disallows us to use config.py if there is no etcd3 connection. I suggest to split into config/local.py - reading configparser and config/etcd.py - reading configuration from etcd
ahmedbilal was assigned by ungleich-gitea 2021-11-20 11:15:30 +00:00
Author

closed

closed
Author

Configuration is split into runtime and static and is available now through a consistent interface and that is uncloud.settings.settings.

Configuration is split into runtime and static and is available now through a consistent interface and that is `uncloud.settings.settings`.
Author

closed

closed
Author

Configuration is split into runtime and static and is available now through a consistent interface and that is uncloud.settings.settings.

Configuration is split into runtime and static and is available now through a consistent interface and that is `uncloud.settings.settings`.
Author

closed

closed
Author

Configuration is split into runtime and static and is available now through a consistent interface and that is uncloud.settings.settings.

Configuration is split into runtime and static and is available now through a consistent interface and that is `uncloud.settings.settings`.
Author

closed

closed
Author

Configuration is split into runtime and static and is available now through a consistent interface and that is uncloud.settings.settings.

Configuration is split into runtime and static and is available now through a consistent interface and that is `uncloud.settings.settings`.
Sign in to join this conversation.
No Label
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: uncloud/uncloud#24
No description provided.