#config.py for env variables
9 messages · Page 1 of 1 (latest)
you should inject your variables via, env vars. and not commit secrets to your repo
yeye. but im asming config.py can feed of env vars right?
so you can just use env vars when running on railway
I'm not sure
I'll look into that
Looks like the best way is to go with the load_dotenv module and just use a .env file
that sounds reasonable to me
Is there a way to mark this post as solved?