Skip to content

Commit

Permalink
vdi qui fonctionne lol
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTheGeek committed Feb 1, 2024
1 parent f0325b5 commit 7e2dc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
################
app = Flask(__name__, static_folder='static') # Adding static folder for robots.txt
CORS(app, supports_credentials=True)
app.config['SQLALCHEMY_DATABASE_URI'] = 'mysql+mysqlconnector://root:azerty@127.0.0.1/vdi10' # Change these credentials to your own database
app.config['SQLALCHEMY_DATABASE_URI'] = 'mysql+mysqlconnector://root:azerty@127.0.0.1/vdi4' # Change these credentials to your own database
app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False
app.config['SECRET_KEY'] = 'your_secret_key' # Change this to your own secret key
app.config['TOKEN_SECRET_KEY'] = 'your_token_secret_key' # Change this to your own secret key
Expand Down

0 comments on commit 7e2dc6c

Please sign in to comment.