remove unnecessary env var
build Details
--> Linted: CSS No errors were found in the linting process Details
--> Linted: DOCKERFILE_HADOLINT No errors were found in the linting process Details
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITHUB_ACTIONS No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
--> Linted: JSON No errors were found in the linting process Details
--> Linted: YAML No errors were found in the linting process Details
lint Details

This commit is contained in:
Chase 2023-07-03 20:40:57 -05:00
parent 5b470e5077
commit c7b540df70
Signed by: chase
GPG Key ID: 9EC29E797878008C
2 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,6 @@
PORT=5000
COOKIE_SECRET=secret
SESSION_SECRET=secret
CSRF_SECRET_MUST_BE_32_CHARS=secretsecretsecretsecretsecret11
BASE_URL=http://localhost:5000
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=

View File

@ -15,7 +15,6 @@ docker run -d \
-e BASE_URL=https://top.chse.dev \
-e COOKIE_SECRET=asdf \
-e SESSION_SECRET=asdf2 \
-e CSRF_SECRET_MUST_BE_32_CHARS=asdf3 \
-e SPOTIFY_CLIENT_ID=asdf4 \
-e SPOTIFY_CLIENT_SECRET=asdf5 \
git.chse.dev/chase/topranks:latest