cors moved from config.js to allowed_cors.js, allowed_cors.js added to gitignore, allowed_cors.js added to README.md

This commit is contained in:
C
2023-02-28 14:23:02 +05:00
parent e3264f5e02
commit 654907f1de
3 changed files with 12 additions and 10 deletions
+9 -1
View File
@@ -8,4 +8,12 @@ configure environment variables with .env file
PORT=
DATABASE_URL=""
DATABASE_NAME=""
DATABASE_NAME=""
allowed_cors.js:
module.exports = [
"cors_domain_1",
"cors_domain_2"
]