Skip to content

Commit

Permalink
Merge pull request #2217 from dolthub/gitbook-dev
Browse files Browse the repository at this point in the history
dev -> prod
  • Loading branch information
zachmu authored May 20, 2024
2 parents 0956e49 + 57dce33 commit 0c192e8
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 0c192e8

Please sign in to comment.