Skip to content

Commit

Permalink
Set default api key
Browse files Browse the repository at this point in the history
  • Loading branch information
langdal committed Mar 14, 2023
1 parent 42d1c09 commit 02bf185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimizerapi/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os
from keycloak import KeycloakOpenID

AUTH_API_KEY = os.getenv("AUTH_API_KEY", '')
AUTH_API_KEY = os.getenv("AUTH_API_KEY", 'none')
AUTH_SERVER = os.getenv("AUTH_SERVER", None)
AUTH_CLIENT_ID = os.getenv("AUTH_CLIENT_ID", None)
AUTH_CLIENT_SECRET = os.getenv("AUTH_CLIENT_SECRET", None)
Expand Down

0 comments on commit 02bf185

Please sign in to comment.