mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-22 09:31:07 +00:00
Update readme
This commit is contained in:
parent
82e8042c66
commit
bb9dfb2073
1 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ HTTPS=false
|
||||||
DATABASE_URL=
|
DATABASE_URL=
|
||||||
PRETTY_LOG=true
|
PRETTY_LOG=true
|
||||||
PUBLISH_BLOCKS=false
|
PUBLISH_BLOCKS=false
|
||||||
CONNECTIONS_PER_CORE=2 # how many postgres connections should be made for each core on the host
|
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
|
To run this server in production, you'll likely want to set most of them
|
||||||
```env
|
```env
|
||||||
|
@ -103,7 +103,7 @@ HTTPS=true
|
||||||
DATABASE_URL=postgres://pg_user:pg_pass@pg_host:pg_port/pg_database
|
DATABASE_URL=postgres://pg_user:pg_pass@pg_host:pg_port/pg_database
|
||||||
PRETTY_LOG=false
|
PRETTY_LOG=false
|
||||||
PUBLISH_BLOCKS=true
|
PUBLISH_BLOCKS=true
|
||||||
CONNECTIONS_PER_CORE=4
|
MAX_CONNECTIONS=16
|
||||||
```
|
```
|
||||||
|
|
||||||
### Contributing
|
### Contributing
|
||||||
|
|
Loading…
Reference in a new issue