I am trying to host my express server. I am cloning the repo into my ec2 instance also it will need env keys for database.
How to store the env keys. Will it be correct if I just create .env keys into my project inside of ec2 and launch my server.
The application will be exposed on the public ip on port 8000