|
30 | 30 | //! ```json
|
31 | 31 | //! {
|
32 | 32 | //! "data": {
|
| 33 | +//! "version": "2", |
| 34 | +//! "logging": { |
| 35 | +//! "threshold": "info" |
| 36 | +//! }, |
33 | 37 | //! "website": {
|
34 | 38 | //! "name": "Torrust"
|
35 | 39 | //! },
|
36 | 40 | //! "tracker": {
|
37 |
| -//! "url": "udp://localhost:6969", |
38 |
| -//! "mode": "public", |
39 | 41 | //! "api_url": "http://localhost:1212/",
|
40 |
| -//! "token": "MyAccessToken", |
41 |
| -//! "token_valid_seconds": 7257600 |
| 42 | +//! "listed": false, |
| 43 | +//! "private": false, |
| 44 | +//! "token": "***", |
| 45 | +//! "token_valid_seconds": 7257600, |
| 46 | +//! "url": "udp://localhost:6969" |
42 | 47 | //! },
|
43 | 48 | //! "net": {
|
44 |
| -//! "port": 3001, |
45 |
| -//! "base_url": null |
| 49 | +//! "base_url": null, |
| 50 | +//! "bind_address": "0.0.0.0:3001", |
| 51 | +//! "tsl": null |
46 | 52 | //! },
|
47 | 53 | //! "auth": {
|
48 |
| -//! "min_password_length": 6, |
49 |
| -//! "max_password_length": 64, |
50 |
| -//! "secret_key": "MaxVerstappenWC2021" |
| 54 | +//! "secret_key": "***", |
| 55 | +//! "password_constraints": { |
| 56 | +//! "max_password_length": 64, |
| 57 | +//! "min_password_length": 6 |
| 58 | +//! } |
51 | 59 | //! },
|
52 | 60 | //! "database": {
|
53 |
| -//! "connect_url": "sqlite://./storage/database/data.db?mode=rwc" |
| 61 | +//! "connect_url": "sqlite://data.db?mode=rwc" |
54 | 62 | //! },
|
55 | 63 | //! "mail": {
|
56 | 64 | //! "email_verification_enabled": false,
|
57 | 65 | //! "from": "example@email.com",
|
58 | 66 | //! "reply_to": "noreply@email.com",
|
59 |
| -//! "username": "", |
60 |
| -//! "password": "", |
61 |
| -//! "server": "", |
62 |
| -//! "port": 25 |
| 67 | +//! "smtp": { |
| 68 | +//! "port": 25, |
| 69 | +//! "server": "", |
| 70 | +//! "credentials": { |
| 71 | +//! "password": "***", |
| 72 | +//! "username": "" |
| 73 | +//! } |
| 74 | +//! } |
63 | 75 | //! },
|
64 | 76 | //! "image_cache": {
|
65 |
| -//! "max_request_timeout_ms": 1000, |
66 | 77 | //! "capacity": 128000000,
|
67 | 78 | //! "entry_size_limit": 4000000,
|
68 |
| -//! "user_quota_period_seconds": 3600, |
69 |
| -//! "user_quota_bytes": 64000000 |
| 79 | +//! "max_request_timeout_ms": 1000, |
| 80 | +//! "user_quota_bytes": 64000000, |
| 81 | +//! "user_quota_period_seconds": 3600 |
70 | 82 | //! },
|
71 | 83 | //! "api": {
|
72 | 84 | //! "default_torrent_page_size": 10,
|
|
79 | 91 | //! }
|
80 | 92 | //! },
|
81 | 93 | //! "tracker_statistics_importer": {
|
| 94 | +//! "port": 3002, |
82 | 95 | //! "torrent_info_update_interval": 3600
|
83 |
| -//! "port": 3002 |
84 | 96 | //! }
|
85 | 97 | //! }
|
86 | 98 | //! }
|
|
107 | 119 | //! --header "Content-Type: application/json" \
|
108 | 120 | //! --header "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7InVzZXJfaWQiOjEsInVzZXJuYW1lIjoiaW5kZXhhZG1pbiIsImFkbWluaXN0cmF0b3IiOnRydWV9LCJleHAiOjE2ODYyMTU3ODh9.4k8ty27DiWwOk4WVcYEhIrAndhpXMRWnLZ3i_HlJnvI" \
|
109 | 121 | //! --request POST \
|
110 |
| -//! --data '{"website":{"name":"Torrust"},"tracker":{"url":"udp://localhost:6969","mode":"public","api_url":"http://localhost:1212/","token":"MyAccessToken","token_valid_seconds":7257600},"net":{"port":3001,"base_url":null},"auth":{"min_password_length":6,"max_password_length":64,"secret_key":"MaxVerstappenWC2021"},"database":{"connect_url":"sqlite://./storage/database/data.db?mode=rwc"},"mail":{"email_verification_enabled":false,"from":"example@email.com","reply_to":"noreply@email.com","username":"","password":"","server":"","port":25},"image_cache":{"max_request_timeout_ms":1000,"capacity":128000000,"entry_size_limit":4000000,"user_quota_period_seconds":3600,"user_quota_bytes":64000000},"api":{"default_torrent_page_size":10,"max_torrent_page_size":30},"tracker_statistics_importer":{"torrent_info_update_interval":3600}}' \ |
| 122 | +//! --data '{"website":{"name":"Torrust"},"tracker":{"url":"udp://localhost:6969","mode":"public","api_url":"http://localhost:1212/","token":"MyAccessToken","token_valid_seconds":7257600},"net":{"port":3001,"base_url":null},"auth":{"min_password_length":6,"max_password_length":64,"secret_key":"MaxVerstappenWC2021"},"database":{"connect_url":"sqlite://./storage/database/data.db?mode=rwc"},"mail":{"from":"example@email.com","reply_to":"noreply@email.com","username":"","password":"","server":"","port":25},"image_cache":{"max_request_timeout_ms":1000,"capacity":128000000,"entry_size_limit":4000000,"user_quota_period_seconds":3600,"user_quota_bytes":64000000},"api":{"default_torrent_page_size":10,"max_torrent_page_size":30},"tracker_statistics_importer":{"torrent_info_update_interval":3600}}' \ |
111 | 123 | //! "http://127.0.0.1:3001/v1/settings"
|
112 | 124 | //! ```
|
113 | 125 | //!
|
|
0 commit comments