Array in .env file

How would I save an array in an env file?

Hi @RobinSchapendonk – I don’t think it’s generally possible to save an array to an .env file. They’re intended to be used just to give the program information about the environment (authentication keys, directives about how many threads to run, etc). If you’re looking to secretly store data, or to keep things out of the project memory, a database might be a better option. Would that meet your needs?

Ah k jeah i made it now in a config.json file