Skip to content

Commit

Permalink
Updates for Metrics release 1.2.0 (#95) (#96)
Browse files Browse the repository at this point in the history
* chore: fix the incorrect name in sample settings.yaml
* chore: improve documentation example
  • Loading branch information
raits authored Oct 4, 2023
1 parent 0fd4b04 commit 64fb79d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions anonymizer_module/etc/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

xroad:
instance: <FILL>
# Security server used to collect member statistics
security-server:
# Central Server global conf used to collect member statistics
central-server:
protocol: http://
host: <FILL>
timeout: 60.0
Expand Down
6 changes: 3 additions & 3 deletions docs/opendata_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ sudo apt install postgresql

### Automatic PostgreSQL User Creation
The X-Road Metrics Opendata package includes a command that creates the PostgreSQL users automatically.
To create PostgreSQL users for X-Road instance *EX* run the following commands:
To create PostgreSQL users for X-Road instance *LTT* run the following commands:

```bash
sudo su postgres
Expand Down Expand Up @@ -219,14 +219,14 @@ For detailed information see https://www.postgresql.org/docs/current/libpq-ssl.h
To configure path to the SSL root certificate, set `ssl-root-cert`
Example of `/etc/settings.yaml` entry:
Example of `/etc/[module]/settings.yaml` entry:
```
postgres:
host: localhost
port: 5432
user: postgres
password: *******
database-name: postgres
database-name: opendata_LTT
table-name: logs
ssl-mode: verify-full
ssl-root-cert: /etc/ssl/certs/root.crt
Expand Down

0 comments on commit 64fb79d

Please sign in to comment.