- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 502 for env (0.02 sec)
-
internal/config/drive/drive.go
} if err = config.CheckValidKeys(config.DriveSubSys, kvs, DefaultKVS); err != nil { return cfg, err } // if not set. Get default value from environment d := env.Get(EnvMaxDriveTimeout, env.Get(EnvMaxDriveTimeoutLegacy, env.Get(EnvMaxDiskTimeoutLegacy, kvs.GetWithDefault(MaxTimeout, DefaultKVS)))) if d == "" { cfg.MaxTimeout = 30 * time.Second } else { dur, _ := time.ParseDuration(d) if dur < time.Second {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 3K bytes - Viewed (0) -
deps.xml
<property name="webinf.dir" value="${basedir}/src/main/webapp/WEB-INF" /> <property name="crawler.dir" value="${basedir}/src/main/webapp/WEB-INF/env/crawler" /> <property name="suggest.dir" value="${basedir}/src/main/webapp/WEB-INF/env/suggest" /> <property name="thumbnail.dir" value="${basedir}/src/main/webapp/WEB-INF/env/thumbnail" /> <property name="site.dir" value="${basedir}/src/main/webapp/WEB-INF/site" /> <property name="kopf.branch" value="fess-14" />
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 04:37:19 UTC 2024 - 2.5K bytes - Viewed (0) -
disabled-Jenkinsfile.its
sh "mvn -Drat.skip=true -T2 -B -V install -PversionlessMavenDist -Dmaven.repo.local=${env.WORKSPACE}/repo" } } } stage( "Run Maven Integration Testing" ) { steps { git url: "https://github.com/apache/maven-integration-testing.git", branch: "${ITS_BRANCH}" sh "ls -lrt ${env.WORKSPACE}/apache-maven/target/"
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Mon Sep 30 14:11:55 UTC 2024 - 2.3K bytes - Viewed (0) -
.teamcity/src/main/kotlin/util/PublishKotlinDslPlugin.kt
requirements { requiresOs(Os.LINUX) } params { param("env.JAVA_HOME", javaHome(BuildToolBuildJvm, Os.LINUX)) param("env.GRADLE_PUBLISH_KEY", "%plugin.portal.publish.key%") param("env.GRADLE_PUBLISH_SECRET", "%plugin.portal.publish.secret%") param("env.PGP_SIGNING_KEY", "%pgpSigningKey%") param("env.PGP_SIGNING_KEY_PASSPHRASE", "%pgpSigningPassphrase%") } steps {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Dec 05 00:08:14 UTC 2023 - 1.8K bytes - Viewed (0) -
docs/em/docs/advanced/settings.md
/// tip 👉 👷, 👆 💪 `pip install python-dotenv`. /// ### `.env` 📁 👆 💪 ✔️ `.env` 📁 ⏮️: ```bash ADMIN_EMAIL="******@****.***" APP_NAME="ChimichangApp" ``` ### ✍ ⚒ ⚪️➡️ `.env` & ⤴️ ℹ 👆 `config.py` ⏮️:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/CrawlJob.java
if (StringUtil.isNotBlank(systemLastaEnv)) { if ("web".equals(systemLastaEnv)) { cmdList.add("-Dlasta.env=" + getExecuteType()); } else { cmdList.add("-Dlasta.env=" + systemLastaEnv); } } else if (StringUtil.isNotBlank(lastaEnv)) { cmdList.add("-Dlasta.env=" + lastaEnv); } else {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Jun 23 04:13:47 UTC 2024 - 15.1K bytes - Viewed (0) -
.github/workflows/test-redistribute.yml
- name: Build source distribution env: TIANGOLO_BUILD_PACKAGE: ${{ matrix.package }} run: python -m build --sdist - name: Decompress source distribution run: | cd dist tar xvf fastapi*.tar.gz - name: Install test dependencies run: | cd dist/fastapi*/ pip install -r requirements-tests.txt env:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Aug 08 23:34:25 UTC 2024 - 1.8K bytes - Viewed (0) -
docs/pt/docs/advanced/settings.md
/// dica Para que isso funcione você precisa executar `pip install python-dotenv`. /// ### O arquivo `.env` Você pode definir um arquivo `.env` com o seguinte conteúdo: ```bash ADMIN_EMAIL="******@****.***"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 17K bytes - Viewed (0) -
src/test/java/org/codelibs/opensearch/extension/analysis/SynonymLoader.java
private volatile SynonymMap synonymMap; public SynonymLoader(final Environment env, final Settings settings, final boolean expand, final Analyzer analyzer) { this.env = env; this.settings = settings; this.expand = expand; this.analyzer = analyzer; createSynonymMap(false); } public boolean isUpdate(final long time) {
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:54 UTC 2024 - 6.7K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/extensions.kt
params { param("env.BOT_TEAMCITY_GITHUB_TOKEN", "%github.bot-teamcity.token%") param("env.GRADLE_CACHE_REMOTE_SERVER", "%gradle.cache.remote.server%") param("env.JAVA_HOME", javaHome(buildJvm, os, arch)) param("env.GRADLE_OPTS", "-Xmx1536m") param("env.ANDROID_HOME", os.androidHome) param("env.ANDROID_SDK_ROOT", os.androidHome)
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 10 03:25:26 UTC 2024 - 13.2K bytes - Viewed (0)