Skip to content

Commit

Permalink
feat: [torrust#574] update Index config files
Browse files Browse the repository at this point in the history
The Index has introduced some breaking changes in the TOML config files.
  • Loading branch information
josecelano committed Jun 13, 2024
1 parent 56a2bdc commit 638eaae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions share/default/config/index.private.e2e.container.sqlite3.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tracker]
url = "http://tracker:7070"
mode = "Private"
api_url = "http://tracker:1212"
mode = "private"
url = "http://tracker:7070"

[database]
connect_url = "sqlite:///var/lib/torrust/index/database/e2e_testing_sqlite3.db?mode=rwc"

[mail]
server = "mailcatcher"
[mail.smtp]
port = 1025
server = "mailcatcher"
4 changes: 2 additions & 2 deletions share/default/config/index.public.e2e.container.sqlite3.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[tracker]
url = "udp://tracker:6969"
api_url = "http://tracker:1212"
url = "udp://tracker:6969"

[database]
connect_url = "sqlite:///var/lib/torrust/index/database/e2e_testing_sqlite3.db?mode=rwc"

[mail]
server = "mailcatcher"
port = 1025
server = "mailcatcher"

0 comments on commit 638eaae

Please sign in to comment.