This repository was archived by the owner on Dec 30, 2025. It is now read-only.
Commit a2061f8
committed
feat(ssl-manager.sh): add automatic .env.local file detection and variable export
Introduce a function to locate the .env.local file in the current or
parent directories, allowing for automatic environment variable export.
This change enhances the script's usability by eliminating the need for
manual environment variable setup, ensuring that necessary configurations
are loaded automatically. If the .env.local file is not found, a warning
is issued, alerting the user to potential configuration issues.1 parent 11959b6 commit a2061f8
1 file changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
9 | 31 | | |
10 | 32 | | |
11 | 33 | | |
| |||
312 | 334 | | |
313 | 335 | | |
314 | 336 | | |
315 | | - | |
| 337 | + | |
0 commit comments