Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 12 additions & 9 deletions .env.test
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
NODE_ENV="test"

DATABASE_URL="postgresql://kanux:hmk9301@localhost:5432/test_generic_express_service?schema=public"

NODE_ENV=test
DATABASE_URL=postgresql://kanux:hmk9301@localhost:5432/test_generic_express_service?schema=public
ADMIN_SECRET=admin_secret

SECRET=secret

AUTHOR_PASSWORD=Author@123
TOKEN_EXP_PERIOD=3d

ALLOWED_ORIGINS=*
SECRET=secret
PORT=8080
ALLOWED_ORIGINS=*
MAX_FILE_SIZE_MB=2
STORAGE_ROOT_DIR=public
SUPABASE_BUCKET=bucket-name
SUPABASE_ANON_KEY=public-anon-key
SUPABASE_URL=https://xyzcompany.supabase.co
SUPABASE_BUCKET_URL=https://xyzcompany.supabase.co/storage/v1/object/bucket
Loading