diff --git a/server/api_keys.py b/server/api_keys.py deleted file mode 100644 index e4fe3c0..0000000 --- a/server/api_keys.py +++ /dev/null @@ -1,7 +0,0 @@ -# api_keys.py - -api_keys = { - "your_api_key": "user1", - "another_api_key": "user2", - # Add more API keys as needed -} diff --git a/server/config.py b/server/config.py deleted file mode 100644 index 6501649..0000000 --- a/server/config.py +++ /dev/null @@ -1,5 +0,0 @@ -import os - -class Config: - # Use the environment variable for the database URI - SQLALCHEMY_DATABASE_URI = os.environ.get("SQLALCHEMY_DATABASE_URI")