mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 12:49:43 +02:00
ref: Rename .env file to sample, stop tracking .env file
This commit is contained in:
parent
d457414a5a
commit
6de4bac8c1
4 changed files with 5 additions and 2 deletions
|
@ -61,7 +61,7 @@ Either use a local database or start the provided development database:
|
|||
docker-compose -f docker-compose-dev.yml up
|
||||
```
|
||||
|
||||
Edit `DATABASE_URL` in `.env` file if needed, then initialize the database:
|
||||
Create `server/.env` based on `server/.env.sample` and edit `DATABASE_URL` if needed, then initialize the database:
|
||||
|
||||
```
|
||||
npm run server:db:init
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue