Difference between revisions of ".env"
Jump to navigation
Jump to search
↑ https://symfony.com/doc/current/configuration.html#configuring-environment-variables-in-env-files
(16 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | * <code>.env</code> used by <code>[[dotenv]]</code> | |
− | |||
* <code>.env</code> in <code>[[docker-compose.yml]]</code> | * <code>.env</code> in <code>[[docker-compose.yml]]</code> | ||
+ | * <code>[[kubectl set env]]</code> | ||
+ | |||
+ | * <code>[[.env]]</code> <ref>https://symfony.com/doc/current/configuration.html#configuring-environment-variables-in-env-files</ref> variable definition in [[Symfony]] | ||
+ | |||
+ | |||
+ | |||
+ | <code>[[PORT]]=3005</code> | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[env:]]</code> | ||
+ | * <code>[[env.]]</code> | ||
+ | * <code>.env</code> in <code>[[.gitignore]]</code> file | ||
+ | * [[yarn]] | ||
+ | |||
+ | == See also == | ||
+ | * {{docker env variables}} | ||
+ | * {{AWS CodeBuild}} | ||
+ | * {{GitHub Actions}} | ||
+ | |||
+ | [[Category:IT]] |
Revision as of 17:16, 1 May 2024
.env
used bydotenv
.env
indocker-compose.yml
kubectl set env
PORT=3005
Related
env:
env.
.env
in.gitignore
file- yarn
See also
docker run --env, Dockerfile: ENV, .env, --env-file
- AWS CodeBuild,
aws codebuild
,buildspec.yml
, Terraform CodeBuild,artifacts:
- GitHub Actions,
act, .github/workflows/
,~/actions-runner/
,svc.sh
,deploy:, run:, runs-on:
,uses:
,steps:
,jobs:
,on:, env:, uses:, script:, continue-on-error:, template:, aws-actions, inputs:
,GITHUB_ENV, needs:, github.
, GitHub runner, my-docker-publish.yml, GitHub Actions variables, GitHub Actions contexts, GitHub Actions Importer, If:, SLSA, Actions Runner Controller (ARC),$GITHUB OUTPUT
,notify:
, Marketplace,GITHUB_TOKEN
Advertising: