Use .env file for passing environmental variables in sysa.

This commit is contained in:
Andrius Štikonas 2023-03-05 20:27:12 +00:00
parent 364cacb1ce
commit ef2deec60e
4 changed files with 26 additions and 9 deletions

View file

@ -8,6 +8,9 @@
set -e
# shellcheck source=/dev/null
. .env
# shellcheck source=sysa/helpers.sh
. helpers.sh