@@ -144,6 +144,7 @@ const projectConfig = {
store_cors: STORE_CORS,
database_url: DATABASE_URL,
admin_cors: ADMIN_CORS,
+ auth_cors: process.env.AUTH_CORS || ADMIN_CORS
// Uncomment the following lines to enable REDIS
// redis_url: REDIS_URL
};