Skip to content

docs: add variable substitution example#166

Open
DhineshKrishnan1206 wants to merge 1 commit into
allan2:mainfrom
DhineshKrishnan1206:docs/variable-substitution-example
Open

docs: add variable substitution example#166
DhineshKrishnan1206 wants to merge 1 commit into
allan2:mainfrom
DhineshKrishnan1206:docs/variable-substitution-example

Conversation

@DhineshKrishnan1206

Copy link
Copy Markdown

Add an example demonstrating .env variable substitution:

  • ${VAR} syntax for names with underscores
  • $VAR syntax for simple alphanumeric names
  • Composing values from multiple variables (e.g. DATABASE_URL)
  • Single quotes preventing substitution
  • Escaped dollar signs

Closes #129

Add an example demonstrating .env variable substitution:
- ${VAR} syntax for names with underscores
- $VAR syntax for simple alphanumeric names
- Composing values from multiple variables (e.g. DATABASE_URL)
- Single quotes preventing substitution
- Escaped dollar signs

Closes allan2#129
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Variable substitution example

1 participant