diff --git a/example.env b/example.env index 77c2552..e80e14c 100644 --- a/example.env +++ b/example.env @@ -1,4 +1,5 @@ # AWS cognito URL to login and signup as per client integration # create a new file with name .env.local Next.js read this file by default -LOGIN_SIGNUP_URL='' -API_SERVER= '' \ No newline at end of file +LOGIN_SIGNUP_URL= +API_SERVER= +BATCH_API_SERVER=http://127.0.0.1:8080 \ No newline at end of file