.env.example
# example@v1
MONGODB_URI=mongodb://localhost:27017/moderation
NODE_ENV=development
OPENAI_API_KEY=sk-xxxxx
ORY_HYDRA_ADMIN_URL=http://localhost:4434
ORY_HYDRA_PUBLIC_URL=http://localhost:4433
ORY_KETO_ADMIN_URL=http://localhost:4467
ORY_KETO_PUBLIC_URL=http://localhost:4466
ORY_KRATOS_ADMIN_URL=http://localhost:4434
ORY_KRATOS_PUBLIC_URL=http://localhost:4433
PORT=3090
REDIS_URL=redis://localhost:6379
RMQ_URL=amqp://localhost:5672
RMQ_MANAGEMENT_API_URL=http://localhost:15672/api
SERVER_URL=http://localhost:3090
Pull .env.example with npx dotenv-vault@latest pull example

Thank you for using GitHub dotenv-vault