Skip to content

Commit

Permalink
mv KEY to .env
Browse files Browse the repository at this point in the history
  • Loading branch information
diversen7 committed Jan 10, 2025
1 parent 3316fe7 commit 72322e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion example-config-demo/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@


settings: dict[str, typing.Any] = {
"key": "demo_e_0_demo",
"client_name": "development",
"client_url": "https://demo.openaws.dk",
"language": "da",
Expand Down
2 changes: 2 additions & 0 deletions example-config-simple/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
KEY=YOUR_API_KEY

# Default .env Is always loaded
# May be overridden by local .env

Expand Down

0 comments on commit 72322e0

Please sign in to comment.