mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-21 14:01:27 +00:00
ignore some shellchecks for .env files
This commit is contained in:
parent
daba285ea7
commit
88ad5d6a4f
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
# shellcheck disable=SC2034,SC2148
|
||||||
|
|
||||||
APP_NAME="Pixelfed"
|
APP_NAME="Pixelfed"
|
||||||
APP_ENV="production"
|
APP_ENV="production"
|
||||||
APP_KEY=
|
APP_KEY=
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# shellcheck disable=SC2034,SC2148
|
||||||
|
|
||||||
APP_NAME="Pixelfed Test"
|
APP_NAME="Pixelfed Test"
|
||||||
APP_ENV=local
|
APP_ENV=local
|
||||||
APP_KEY=base64:lwX95GbNWX3XsucdMe0XwtOKECta3h/B+p9NbH2jd0E=
|
APP_KEY=base64:lwX95GbNWX3XsucdMe0XwtOKECta3h/B+p9NbH2jd0E=
|
||||||
|
|
Loading…
Reference in a new issue