From 311bd608420f38e7f2a899b9af777a7f5f3471b2 Mon Sep 17 00:00:00 2001 From: Ibrahim Mohammed Date: Mon, 24 Jul 2023 12:10:06 +0300 Subject: [PATCH] Update .env.sample --- lib/templates/plugin-structure-mongoose/.env.sample | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/templates/plugin-structure-mongoose/.env.sample b/lib/templates/plugin-structure-mongoose/.env.sample index aad4875..bb99ec3 100755 --- a/lib/templates/plugin-structure-mongoose/.env.sample +++ b/lib/templates/plugin-structure-mongoose/.env.sample @@ -1,5 +1,4 @@ -TYPEORM_CONNECTION= -TYPEORM_HOST= -TYPEORM_USERNAME= -TYPEORM_PASSWORD= -TYPEORM_DATABASE= \ No newline at end of file +PORT= +MONGO_HOST= +MONGO_PORT= +MONGO_DATABASE=