Commit 00499a39 by Javier

Opciones servidor de Producción

parent ba592a08
......@@ -10,7 +10,9 @@
"request": "launch",
"module": "uvicorn",
"args": [
"main:app"
"main:app",
"--port",
"36002"
],
"jinja": true,
"justMyCode": true
......
MAGNUS_HOST = 'http://192.168.2.84/mbilling'
API_KEY = 'FxMqVFWMztbigCeZlFupGULLh6LRaLs8'
API_SECRET = 'rguvK0sNZMki5yWtv4RKONMJo1Hd9jiX'
DB_USER = 'magnusupdater'
DB_PASSWORD = 'magnusupdater'
\ No newline at end of file
DB_USER = 'scripts'
DB_PASSWORD = 'scripts'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment