Difference between revisions of ".env"
Jump to navigation
Jump to search
↑ https://symfony.com/doc/current/configuration.html#configuring-environment-variables-in-env-files
Tags: Mobile web edit, Mobile edit |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
* <code>[[.env]]</code> <ref>https://symfony.com/doc/current/configuration.html#configuring-environment-variables-in-env-files</ref> variable definition in [[Symfony]] | * <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 | ||
+ | * <code>[[yarn]]</code> | ||
== See also == | == See also == | ||
+ | * {{docker env variables}} | ||
* {{AWS CodeBuild}} | * {{AWS CodeBuild}} | ||
* {{GitHub Actions}} | * {{GitHub Actions}} | ||
[[Category:IT]] | [[Category:IT]] |
Latest revision as of 11:21, 14 June 2024
.env
used bydotenv
.env
indocker-compose.yml
kubectl set env
PORT=3005
Related[edit]
env:
env.
.env
in.gitignore
fileyarn
See also[edit]
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: