CONNECTION_STRING="postgresql://postgres:postgres@localhost:5432/NAMEOFDB"
JWT_SECRET="ANYTHING YOU WANT"
GOOGLE_CLIENT_ID="have to create your google id and secret by signing in to google as developer and adding apps"
GOOGLE_CLIENT_SECRET="smth"
PRODUCTION=false
ADMIN_EMAIL="yourmail or anything else"
i think you can run this without google_client_id and secret, but then google login won't work