Safe2COVIDApp / bct-server

Bluetooth Contact Tracing for Covid19 - server
5 stars 1 forks source link

Multi: Need a way to share config files #3

Closed mitra42 closed 4 years ago

mitra42 commented 4 years ago

I'm not sure the easiest way to do this, but maybe a default config file that has a URL where to read one from at startup ?

danaronson commented 4 years ago

don't understand. What URL?

mitra42 commented 4 years ago

Note the "Multi" prefix (which I didn't explain), meaning only when we had multiple servers ....

I was thinking that we would have a config file - maybe sitting in GIT - and then each server would at startup, load a default config file, which could be standalone, but could instead contain for example { redirect: "https://github.com/xxxx/config.py" } - in which case it would fetch and install that config file instead.

Just an idea ... there may be alternative ways to do that .

danaronson commented 4 years ago

got it

On Thu, Apr 9, 2020 at 2:01 PM Mitra Ardron notifications@github.com wrote:

Note the "Multi" prefix (which I didn't explain), meaning only when we had multiple servers ....

I was thinking that we would have a config file - maybe sitting in GIT - and then each server would at startup, load a default config file, which could be standalone, but could instead contain for example { redirect: " https://github.com/xxxx/config.py" } - in which case it would fetch and install that config file instead.

Just an idea ... there may be alternative ways to do that .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mitra42/bct-server/issues/3#issuecomment-611750326, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAYRXAZB2LZQ5L3ECDOURDRLYZR5ANCNFSM4MERWOQA .

danaronson commented 4 years ago

11