diff --git a/{{cookiecutter.project_slug}}/frontend/src/.env.example b/{{cookiecutter.project_slug}}/frontend/src/.env.example new file mode 100644 index 00000000..72eeadc9 --- /dev/null +++ b/{{cookiecutter.project_slug}}/frontend/src/.env.example @@ -0,0 +1,2 @@ +NEXT_PUBLIC_API_BASE_URL=http://localhost:8000 +SENTRY_DSN="" \ No newline at end of file