Update step1_pubchemlite_invitrodb_to_dify_en.py
Browse files
step1_pubchemlite_invitrodb_to_dify_en.py
CHANGED
|
@@ -8,6 +8,7 @@ from sqlalchemy.exc import SQLAlchemyError
|
|
| 8 |
app = Flask(__name__)
|
| 9 |
|
| 10 |
# Configure connection information for two databases (please modify username/password/address according to actual environment)
|
|
|
|
| 11 |
DB_CONFIGS = {
|
| 12 |
"pubchemlite": {
|
| 13 |
"uri": "mysql+pymysql://api_reader:Api_Reader2024!Secure@localhost:3306/pubchemlite"
|
|
|
|
| 8 |
app = Flask(__name__)
|
| 9 |
|
| 10 |
# Configure connection information for two databases (please modify username/password/address according to actual environment)
|
| 11 |
+
# Modify according to your local computer configuration
|
| 12 |
DB_CONFIGS = {
|
| 13 |
"pubchemlite": {
|
| 14 |
"uri": "mysql+pymysql://api_reader:Api_Reader2024!Secure@localhost:3306/pubchemlite"
|