- Sort Score
- Result 10 results
- Languages All
Results 251 - 260 of 1,398 for settings (0.08 sec)
-
docs/distributed/CONFIG.md
- "https://server3-pool2:9000/mnt/disk{1...4}/" - "https://server4-pool2:9000/mnt/disk{1...4}/" # more args options: ftp: # settings for MinIO to act as an ftp server address: ":8021" passive-port-range: "30000-40000" sftp: # settings for MinIO to act as an sftp server address: ":8022" ssh-private-key: "/home/user/.ssh/id_rsa" ```
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jun 25 02:30:18 UTC 2024 - 4.2K bytes - Viewed (0) -
.gitignore
/target/ /work/ /bin/ /.settings/ .project .classpath *.iml .idea .DS_Store
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Fri Oct 30 09:42:48 UTC 2015 - 103 bytes - Viewed (0) -
cmd/testdata/config/1.yaml
- 'https://server3-pool2:9000/mnt/disk{1...4}/' - 'https://server4-pool2:9000/mnt/disk{1...4}/' options: ftp: # settings for MinIO to act as an ftp server address: ':8021' passive-port-range: '30000-40000' sftp: # settings for MinIO to act as an sftp server address: ':8022'
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Dec 07 09:33:56 UTC 2023 - 881 bytes - Viewed (0) -
compat/maven-settings-builder/src/main/java/org/apache/maven/settings/io/SettingsParseException.java
* KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. */ package org.apache.maven.settings.io; import java.io.IOException; /** * Signals a failure to parse the settings due to invalid syntax (e.g. non well formed XML or unknown elements). * * @deprecated since 4.0.0, use {@link org.apache.maven.api.services.xml.SettingsXmlFactory} instead */
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3.1K bytes - Viewed (0) -
docs_src/settings/app03/config.py
from pydantic_settings import BaseSettings class Settings(BaseSettings): app_name: str = "Awesome API" admin_email: str items_per_user: int = 50 class Config:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Jul 07 17:12:13 UTC 2023 - 204 bytes - Viewed (0) -
.gitignore
target/ .settings/ .classpath .project
Registered: Thu Oct 31 02:32:13 UTC 2024 - Last Modified: Thu Jun 14 07:45:22 UTC 2018 - 45 bytes - Viewed (0) -
src/main/resources/fess_indices/fess_config.role_type.json
{ "settings": { "index": { "refresh_interval": "1s", "number_of_shards": 1, "number_of_replicas": 0, "auto_expand_replicas": "0-1" } }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 173 bytes - Viewed (0) -
src/main/resources/fess_indices/fess_config.web_authentication.json
{ "settings": { "index": { "refresh_interval": "1s", "number_of_shards": 1, "number_of_replicas": 0, "auto_expand_replicas": "0-1" } }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 173 bytes - Viewed (0) -
src/main/resources/fess_indices/fess_log.search_log.json
{ "settings": { "index": { "refresh_interval": "1s", "number_of_shards": 5, "number_of_replicas": 0, "auto_expand_replicas": "0-1" } }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Apr 19 05:21:19 UTC 2018 - 173 bytes - Viewed (0) -
src/main/resources/fess_indices/fess_config.bad_word.json
{ "settings": { "index": { "refresh_interval": "1s", "number_of_shards": 1, "number_of_replicas": 0, "auto_expand_replicas": "0-1" } }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 173 bytes - Viewed (0)