feat: remove dot env from versioning

gratitude
Katja Lutz 2 years ago
parent 799654ffac
commit 55530831f1

@ -1,3 +0,0 @@
SESSION_SECRET=CHANGEME
DIRECTUS_HOST=localhost
DIRECTUS_PORT=8055

1
.gitignore vendored

@ -5,6 +5,7 @@ dist
.vercel
.netlify
netlify
/.env
/keepForLater
/postgres-backup.sql.gz

@ -10,6 +10,14 @@ podman unshare chown -R 1000:1000 ../solid-directus-app/database/
podman unshare chown -R 1000:1000 ../solid-directus-app/uploads/
```
Create an .env file with content like this:
```bash
SESSION_SECRET=CHANGEME
DIRECTUS_HOST=localhost
DIRECTUS_PORT=8055
```
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

Loading…
Cancel
Save