Skip to content

Commit

Permalink
Fixed breaking config settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmu committed May 20, 2024
1 parent 82e446e commit 57dce33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion packages/doltgres/content/reference/sql/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ log_level: debug

behavior:
read_only: false
autocommit: true

user:
name: "doltgres"
Expand Down
11 changes: 5 additions & 6 deletions packages/doltgres/content/reference/sql/server/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,20 @@ log_level: info

behavior:
read_only: false
autocommit: true

user:
name: root
password: ""
password: password

listener:
host: localhost
port: 3306
max_connections: 100
port: 5432
read_timeout_millis: 28800000
write_timeout_millis: 28800000

data_dir: /var/doltgres/dbs

performance:
query_parallelism: null
cfg_dir: .doltcfg
```
The full list of supported fields can be found by running `doltgres --help`.
Expand Down

0 comments on commit 57dce33

Please sign in to comment.