Remove unused env var

[ci skip]
This commit is contained in:
Luke Murphy 2020-07-05 02:46:58 +02:00
parent 35cac3d279
commit c3fda011f1
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 1 deletions

View File

@ -6,4 +6,3 @@ export REDIS_HOST=localhost
export REDIS_PORT=6379
export REDIS_SESSION_DB=0
export SECRET_KEY="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
export SERVER_PORT=0.0.0.0:8000