Commit 4395613
committed
fix: add missing INSTALLATION_ID to example env files
INSTALLATION_ID is a required environment variable but was missing from
the example env files. This caused deployment failures with the error:
'missing required environment variables: INSTALLATION_ID'
Added INSTALLATION_ID back to:
- configs/env.yaml.example
- configs/env.yaml.production1 parent 152f787 commit 4395613
File tree
4 files changed
+2
-263
lines changed- examples-copier
- configs
- example
4 files changed
+2
-263
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments