Update .env.example

master
TZGyn 2 years ago
parent befe4ac37f
commit d788a030b2
Signed by: TZGyn
GPG Key ID: 122EAF77AE81FD4A

@ -1 +1,2 @@
DATABASE_URL=postgres://postgres:password@127.0.0.1:5432/next-dashboard DATABASE_URL=postgres://postgres:password@127.0.0.1:5432/next-dashboard
ENVIRONMENT=prod

@ -8,6 +8,16 @@ Showcase: [website](https://next-dashboard.tzgyn.com) hosted on linode using doc
- [Postgres](https://www.postgresql.org/) - [Postgres](https://www.postgresql.org/)
- [Docker](https://www.docker.com/) to self host - [Docker](https://www.docker.com/) to self host
## Environments
Copy .env.example to .env.local before building
```bash
DATABASE_URL=postgres://{postgres}:{password}@127.0.0.1:5432/next-dashboard
ENVIRONMENT=prod
```
# Next.js & NextUI Template # Next.js & NextUI Template
This is a template for creating applications using Next.js 13 (app directory) and NextUI (v2). This is a template for creating applications using Next.js 13 (app directory) and NextUI (v2).

Loading…
Cancel
Save