mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-13 05:01:06 +00:00
Remove max conns from readme
This commit is contained in:
parent
a48749e310
commit
b4a6a61f51
1 changed files with 0 additions and 2 deletions
|
@ -91,7 +91,6 @@ HTTPS=false
|
|||
DATABASE_URL=
|
||||
PRETTY_LOG=true
|
||||
PUBLISH_BLOCKS=false
|
||||
MAX_CONNECTIONS=4 # how many postgres connections should be made
|
||||
```
|
||||
To run this server in production, you'll likely want to set most of them
|
||||
```env
|
||||
|
@ -105,7 +104,6 @@ HTTPS=true
|
|||
DATABASE_URL=postgres://pg_user:pg_pass@pg_host:pg_port/pg_database
|
||||
PRETTY_LOG=false
|
||||
PUBLISH_BLOCKS=true
|
||||
MAX_CONNECTIONS=16
|
||||
```
|
||||
|
||||
### Contributing
|
||||
|
|
Loading…
Reference in a new issue