Spaces:
Sleeping
Sleeping
sqllite3
Browse files- Logger.txt +0 -0
- pages/__pycache__/config.cpython-312.pyc +0 -0
- pages/config.py +1 -1
- token_usage.json +1 -1
Logger.txt
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pages/__pycache__/config.cpython-312.pyc
CHANGED
|
Binary files a/pages/__pycache__/config.cpython-312.pyc and b/pages/__pycache__/config.cpython-312.pyc differ
|
|
|
pages/config.py
CHANGED
|
@@ -7,7 +7,7 @@ USE_SQL_SERVER = True
|
|
| 7 |
|
| 8 |
# SQL Server Configuration
|
| 9 |
SQL_SERVER_CONFIG = {
|
| 10 |
-
|
| 11 |
'database': os.getenv('SQL_DATABASE', 'Insightlab'),
|
| 12 |
'username': os.getenv('SQL_USERNAME', 'Provideradmin'), # Add your SQL Server username
|
| 13 |
'password': os.getenv('SQL_PASSWORD', 'Ifaceaws@1234'), # Add your SQL Server password
|
|
|
|
| 7 |
|
| 8 |
# SQL Server Configuration
|
| 9 |
SQL_SERVER_CONFIG = {
|
| 10 |
+
'server': 'EC2AMAZ-TV2GK7P\\sqlexpress', # New server name
|
| 11 |
'database': os.getenv('SQL_DATABASE', 'Insightlab'),
|
| 12 |
'username': os.getenv('SQL_USERNAME', 'Provideradmin'), # Add your SQL Server username
|
| 13 |
'password': os.getenv('SQL_PASSWORD', 'Ifaceaws@1234'), # Add your SQL Server password
|
token_usage.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"2025-01": 596483}
|
|
|
|
| 1 |
+
{"2025-01": 596483, "2025-02": 25189}
|