|
45 | 45 | //! "base_url": null |
46 | 46 | //! }, |
47 | 47 | //! "auth": { |
48 | | -//! "email_on_signup": "Optional", |
| 48 | +//! "email_on_signup": "optional", |
49 | 49 | //! "min_password_length": 6, |
50 | 50 | //! "max_password_length": 64, |
51 | 51 | //! "secret_key": "MaxVerstappenWC2021" |
|
102 | 102 | //! --header "Content-Type: application/json" \ |
103 | 103 | //! --header "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyIjp7InVzZXJfaWQiOjEsInVzZXJuYW1lIjoiaW5kZXhhZG1pbiIsImFkbWluaXN0cmF0b3IiOnRydWV9LCJleHAiOjE2ODYyMTU3ODh9.4k8ty27DiWwOk4WVcYEhIrAndhpXMRWnLZ3i_HlJnvI" \ |
104 | 104 | //! --request POST \ |
105 | | -//! --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":{"email_on_signup":"Optional","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":"[email protected]","reply_to":"[email protected]","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}}' \ |
| 105 | +//! --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":{"email_on_signup":"optional","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":"[email protected]","reply_to":"[email protected]","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}}' \ |
106 | 106 | //! "http://127.0.0.1:3001/v1/settings" |
107 | 107 | //! ``` |
108 | 108 | //! |
|
159 | 159 | //! "website_name": "Torrust", |
160 | 160 | //! "tracker_url": "udp://localhost:6969", |
161 | 161 | //! "tracker_mode": "public", |
162 | | -//! "email_on_signup": "Optional" |
| 162 | +//! "email_on_signup": "optional" |
163 | 163 | //! } |
164 | 164 | //! } |
165 | 165 | //! ``` |
|
0 commit comments