chore(backend): remove mentions of .env
This is no longer need in our implementation
This commit is contained in:
parent
f800cafb1d
commit
52002e8f1e
|
@ -8,8 +8,5 @@ and initialize it with the `sql/init.sql` script:
|
||||||
$ cat sql/init.sql | sqlite3 users.db
|
$ cat sql/init.sql | sqlite3 users.db
|
||||||
```
|
```
|
||||||
|
|
||||||
You also need to have a `.env` file in this folder, with the following options specified
|
You can optionally provide the `PORT` environment variable to override the
|
||||||
|
default port of 7741
|
||||||
- JWT_SECRET: Used to encrypt tokens for user auth. Must be provided. Should
|
|
||||||
be cryptographically secure
|
|
||||||
- PORT: Optionally replace the default port of 7741
|
|
Reference in a new issue