diff --git a/docs/Document Environment Variables in a1base-nextjs-template.md b/docs/Document Environment Variables in a1base-nextjs-template.md new file mode 100644 index 0000000..ba21c73 --- /dev/null +++ b/docs/Document Environment Variables in a1base-nextjs-template.md @@ -0,0 +1,18 @@ + +# Document Environment Variables in a1base-nextjs-template + +This document outlines the required environment variables for the `a1base-nextjs-template`. Properly configuring these variables is crucial for the application to function correctly and securely. + +## Configuration + +The `a1base-nextjs-template` relies on environment variables for various configurations, including API keys, secrets, and database connection details. These variables are typically set in a `.env` file in the root directory of the project or configured directly in your hosting environment (e.g., Vercel, Netlify, AWS). + +**Important:** Never commit your `.env` file to version control (e.g., Git). Add it to your `.gitignore` file to prevent accidental exposure of sensitive information. + +## Environment Variables + +The following table lists the required environment variables, their purpose, example values, and instructions on how to set them. + +| Variable Name | Purpose +| Variable Name | Purpose +| `NEXT_PUBLIC_API_URL` | The URL of the API server. Used for making requests to the backend. \ No newline at end of file