NicolasConstant / BirdsiteLive

An ethical bridge from Twitter
GNU Affero General Public License v3.0
457 stars 36 forks source link

Replace the colon in environment variables with underscore #136

Closed suda closed 2 years ago

suda commented 2 years ago

I noticed that DigitalOcean doesn't like the colons in the env variable names: Screenshot from 2022-02-08 15-37-23

Would it be possible to replace them with underscores to look like TWITTER_CONSUMER_KEY?

NicolasConstant commented 2 years ago

Hi! This is something handled directly by the framework I use, but the good news is that you can replace the colon : separator with the double underscore __ one (cf the documentation if you need more insights).