#proper way to store env files in production?

1 messages · Page 1 of 1 (latest)

jade sundial
#

if ubwant to store an env file in ur production u can do that by using electroms extraresources feature..

#

ur app can read the data from there

#

and if u domt want the public to see the env file then hard code the data from env file inur main.js simple

split karma
#

sorry to interrupt, you can encrypt-and-store configuration file, and load-and-decrypt/parse

#

I can provide you a sample code snippet for this