diff --git a/.env.example b/.env.example index 05de88231a..6951c7087c 100644 --- a/.env.example +++ b/.env.example @@ -17,4 +17,7 @@ NEXT_PUBLIC_CLIENT_SENTRY_ENABLED=true NODE_TLS_REJECT_UNAUTHORIZED=0 #set this only when SSL is self signed SIGNATURE_TOKEN=1234 -INTERNAL_CLIENT_ID=QDC_WEB \ No newline at end of file +INTERNAL_CLIENT_ID=QDC_WEB + +ALLOWED_ORIGINS=quran.com,test.quran.com +PROXY_SIGNATURE_TOKEN=123456 \ No newline at end of file