Skip to content

Commit 7d89cc8

Browse files
committed
Update server configuration manual to briefly mention the config file
1 parent ad3cd96 commit 7d89cc8

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

manual/modules/ROOT/pages/configure/server.adoc

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
:summary: TypeDB Server configuration.
55
:page-aliases: {page-version}@manual::configuring/arguments.adoc, {page-version}@manual::configuring/config.adoc, {page-version}@manual::configuring/logs.adoc, {page-version}@manual::configuring/overview.adoc
66

7-
[#_options]
8-
== Command line configuration
7+
This page describes how to configure a TypeDB server.
98

10-
TypeDB can use command line arguments for server configuration.
11-
For a full list of acceptable arguments run:
9+
You can configure a TypeDB server via two means: config file, or command line options. Command line options override values defined in the config file.
10+
11+
For a full list of configurable properties run:
1212

1313
[source,bash]
1414
----
@@ -17,15 +17,11 @@ typedb server --help
1717

1818
or see <<_command_line_arguments>> below.
1919

20-
All CLI arguments must:
20+
When using the command line, all CLI arguments must:
2121

2222
* start with the double dash prefix `--`,
2323
* be separated from their value (if any) either by an equals sign (`--arg=val`) or a whitespace (`--arg val`).
2424
25-
[NOTE]
26-
=====
27-
Coming soon: configuration via config files.
28-
=====
2925
3026
[#_overview]
3127
== Configuration options

0 commit comments

Comments
 (0)