#Question about environment variables
12 messages · Page 1 of 1 (latest)
Project ID: N/A
Does these variables depends on the variables that are used while developing the app? Or vice versa?
mind explaining what you mean by that?
I have some configuration file and .env file in flask that contains some SECRET_KEY and database url.
Does these depends on railway env variables?
I'm still not sure what you mean by "depends on railway env variables"
when deploying your app on railway, everything that would normally go in your .env file would go in your Service Variables, that way Railway can add these environment variables into your app
( Keep in mind though, Railway doesn't create a .env file for you, neither should you have a .env file in your production app )
what environment variables from Railway?