Skip to content

Commit c4aaa7a

Browse files
committed
Merge #594: Update index configuration
847500a fix: [#591] update index configuration (Jose Celano) Pull request description: Update index configuration. ACKs for top commit: josecelano: ACK 847500a Tree-SHA512: 598e23b3220d5193e917aa87eb6b6960dce04457c787e0947646b99d131aa82988858a0789154c56171aba1e49ef7a48833f76d342e878c4b382c51360730a1e
2 parents e02190d + 847500a commit c4aaa7a

5 files changed

+36
-3
lines changed

.env.local

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ TORRUST_INDEX_CONFIG_TOML=
99
USER_ID=1000
1010
TORRUST_TRACKER_CONFIG_TOML=
1111
TORRUST_TRACKER_USER_UID=1000
12-
TORRUST_TRACKER_CONFIG_OVERRIDE_HTTP_API__ACCESS_TOKENS__ADMIN=MyAccessToken
12+
TORRUST_INDEX_CONFIG_OVERRIDE_AUTH__USER_CLAIM_TOKEN_PEPPER='MaxVerstappenWC2021'
13+
TORRUST_TRACKER_CONFIG_OVERRIDE_HTTP_API__ACCESS_TOKENS__ADMIN='MyAccessToken'

share/default/config/index.private.e2e.container.sqlite3.toml

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
version = "2"
1+
[metadata]
2+
app = "torrust-index"
3+
purpose = "configuration"
4+
schema_version = "2.0.0"
5+
6+
[logging]
7+
#threshold = "off"
8+
#threshold = "error"
9+
#threshold = "warn"
10+
threshold = "info"
11+
#threshold = "debug"
12+
#threshold = "trace"
213

314
[tracker]
415
api_url = "http://tracker:1212"

share/default/config/index.public.e2e.container.sqlite3.toml

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
version = "2"
1+
[metadata]
2+
app = "torrust-index"
3+
purpose = "configuration"
4+
schema_version = "2.0.0"
5+
6+
[logging]
7+
#threshold = "off"
8+
#threshold = "error"
9+
#threshold = "warn"
10+
threshold = "info"
11+
#threshold = "debug"
12+
#threshold = "trace"
213

314
[tracker]
415
api_url = "http://tracker:1212"

share/default/config/tracker.private.e2e.container.sqlite3.toml

+5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
schema_version = "2.0.0"
33

44
[logging]
5+
#threshold = "off"
6+
#threshold = "error"
7+
#threshold = "warn"
58
threshold = "info"
9+
#threshold = "debug"
10+
#threshold = "trace"
611

712
[core]
813
listed = false

share/default/config/tracker.public.e2e.container.sqlite3.toml

+5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
schema_version = "2.0.0"
33

44
[logging]
5+
#threshold = "off"
6+
#threshold = "error"
7+
#threshold = "warn"
58
threshold = "info"
9+
#threshold = "debug"
10+
#threshold = "trace"
611

712
[core]
813
listed = false

0 commit comments

Comments
 (0)