Skip to content

Commit

Permalink
fixed ref
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Dec 21, 2024
1 parent 3cafe1d commit ab3d061
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/citydb-tool/db-connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ status: wip

The CityDB tool requires a connection to a PostgreSQL database hosting the 3DCityDB schema. You can specify the database
connection details using the database [options](#specifying-database-options-in-the-command)
(refer to the [Export](export.md) or [Import](import.md) sections for more details) section or store them
in an external [options file](#specifying-database-options-in-an-options-file) for reuse.
(refer to the [Export](./export_shared_options.md) or [Import](import.md) sections for more details) section or store them
in an external [options file](#specifying-database-options-in-an-options-file) for reuse.
It is also possible to use a [config file](#specifying-database-options-in-a-config-file) in JSON format to
specify the database connection options. Alternatively, you can use **environment variables** for dynamic configuration.

Expand Down Expand Up @@ -103,4 +103,4 @@ export CITYDB_USER=admin
export CITYDB_PASSWORD=password

citydb export citygml -o output.gml
```
```

0 comments on commit ab3d061

Please sign in to comment.