encorelab / ck-board

The Common Knowledge (CK) Board is the latest rebuild of the ENCORE Lab's collaborative canvas for guiding collective inquiry and active learning activities.
https://ck-board.oise.utoronto.ca/
GNU General Public License v3.0
7 stars 3 forks source link

Read AZURE app config data #256

Open JoelWiebe opened 2 years ago

JoelWiebe commented 2 years ago

We might use some kind of logic that works across different PaaS environments. I.e., if AZURE config settings exist and specify firebase data then use those; if Heroku allows us to specify var values for firebase and those exist then maybe we can use those?

Just thought it might be good to start locking down some info or allowing different environments to specify their own databases or other configuration variables in the future

These resources might give us some direction

JoelWiebe commented 2 years ago

@Ammar-T Hope you don't mind I tagged this one to you. Looks like Heroku also has a way to set these environment variables