diff --git a/.env b/.env new file mode 100644 index 0000000..19383e1 --- /dev/null +++ b/.env @@ -0,0 +1,4 @@ +# NEXT_PUBLIC_API_BASE_URL = 'https://dmenuplus-api.dev.danakcorp.com' +NEXT_PUBLIC_API_BASE_URL = 'https://dkala-api.danakcorp.com' +NEXT_PUBLIC_TOKEN_NAME = 'dkala-t' +NEXT_PUBLIC_REFRESH_TOKEN_NAME = 'dkala-rt' \ No newline at end of file diff --git a/.gitignore b/.gitignore index 5ef6a52..4210409 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,6 @@ yarn-error.log* .pnpm-debug.log* # env files (can opt-in for committing if needed) -.env* # vercel .vercel