- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 117 for Env (0.01 sec)
-
docs/en/mkdocs.env.yml
# Define this here and not in the main mkdocs.yml file because that one is auto # updated and written, and the script would remove the env var markdown_extensions: pymdownx.highlight:
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Thu Nov 20 10:45:16 UTC 2025 - 223 bytes - Viewed (0) -
build-logic/jvm/src/main/kotlin/gradlebuild/propagated-env-variables.kt
"CommonProgramFiles", "CommonProgramFiles(x86)", "CommonProgramW6432", "ProgramData", "ProgramFiles", "ProgramFiles(x86)", // Simply putting PATH there isn't enough. Windows has case-insensitive env vars but something else fails if the Path variable is published as PATH for test tasks. OperatingSystem.current().pathVar, "PATHEXT",
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Oct 15 18:27:39 UTC 2025 - 3.4K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/PromotionProject.kt
password("env.ORG_GRADLE_PROJECT_sdkmanToken", "%sdkmanToken%") param("env.JAVA_HOME", javaHome(BuildToolBuildJvm, Os.LINUX)) // https://github.com/gradle/gradle-private/issues/4504 param("env.JDK8", javaHome(OpenJdk8, Os.LINUX)) param("env.JDK11", javaHome(OpenJdk11, Os.LINUX)) param("env.JDK17", javaHome(OpenJdk17, Os.LINUX))
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Nov 12 12:12:29 UTC 2025 - 2.9K bytes - Viewed (0) -
docs/ru/docs/advanced/settings.md
/// tip | Совет Чтобы это работало, вам нужно `pip install python-dotenv`. /// ### Файл `.env` { #the-env-file } У вас может быть файл `.env` со следующим содержимым: ```bash ADMIN_EMAIL="******@****.***"Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 18.3K bytes - Viewed (0) -
docs/de/docs/advanced/settings.md
/// tip | Tipp Damit das funktioniert, müssen Sie `pip install python-dotenv` ausführen. /// ### Die `.env`-Datei { #the-env-file } Sie könnten eine `.env`-Datei haben, mit: ```bash ADMIN_EMAIL="******@****.***"Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 24 10:28:19 UTC 2025 - 13.1K bytes - Viewed (0) -
.github/workflows/people.yml
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Nov 21 13:03:21 UTC 2025 - 1.6K bytes - Viewed (0) -
.github/workflows/notify-translations.yml
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Nov 21 13:03:21 UTC 2025 - 1.7K bytes - Viewed (0) -
.github/workflows/maven.yml
persist-credentials: false - name: Prepare Mimir for Maven 3.x shell: bash run: | mkdir -p ${{ env.MIMIR_BASEDIR }} cp .github/ci-mimir-session.properties ${{ env.MIMIR_BASEDIR }}/session.properties cp .github/ci-mimir-daemon.properties ${{ env.MIMIR_BASEDIR }}/daemon.properties cp .github/ci-extensions.xml .mvn/extensions.xml - name: Restore Mimir cachesRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 16 04:24:24 UTC 2025 - 12.2K bytes - Viewed (0) -
.teamcity/jdks.yaml
os: "linux" arch: "amd64" vendor: "temurin" version: "jdk-11.0.29+7" sha256: "3c8f2b53dd137cd86e54f40df96fd0fc56df72c749c06469e7eab216503bc7cf" - params: - "env.JAVA_HOME" - "linux.java17.openjdk.64bit" os: "linux" arch: "amd64" vendor: "temurin" version: "jdk-17.0.17+10" sha256: "992f96e7995075ac7636bb1a8de52b0c61d71ed3137fafc979ab96b4ab78dd75"
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Nov 10 14:02:00 UTC 2025 - 5.5K bytes - Viewed (1) -
.github/workflows/deploy-docs.yml
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} command: pages deploy ./site --project-name=${{ env.PROJECT_NAME }} --branch=${{ env.BRANCH }} - name: Deploy Docs Status Error if: failure() run: python ./scripts/deploy_docs_status.py env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} COMMIT_SHA: ${{ github.event.workflow_run.head_sha }}Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Nov 21 13:03:21 UTC 2025 - 2.8K bytes - Viewed (0)