docs: correct .env filename
This commit is contained in:
parent
f056d257b2
commit
4f8a4f4f31
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -40,3 +40,5 @@ package-lock.json ## use yarn.lock instead
|
|||
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
|
||||
.env
|
||||
|
|
|
@ -24,7 +24,7 @@ $ npm install
|
|||
|
||||
You'll need a PostgreSQL instance, either local (see https://www.postgresql.org/download/) or in the cloud (for example, you can spin one up on https://www.digitalocean.com/products/managed-databases-postgresql or https://supabase.com/).
|
||||
|
||||
Environment can be set up with an `.env.local` file. You'll need to configure at least `DIGITALOCEAN_POSTGRES` for the fetching to work, and `NEXT_PUBLIC_SITE_URL` for the frontend.
|
||||
Environment can be set up with an `.env` file. You'll need to configure at least `DIGITALOCEAN_POSTGRES` for the fetching to work, and `NEXT_PUBLIC_SITE_URL` for the frontend.
|
||||
|
||||
See [./docs/configuration.md](./docs/configuration.md) for details.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#### You can copy this file to `.env.local` and modify accordingly.
|
||||
#### You can copy this file to `.env` and modify accordingly.
|
||||
#### Documentation can be found in `docs/configuration.md`.
|
||||
|
||||
# ALGOLIA_MASTER_API_KEY=19b6c2234e50c98d30668659a39e3127
|
||||
|
|
Loading…
Reference in New Issue
Block a user