Commit 00499a39 by Javier

Opciones servidor de Producción

parent ba592a08
...@@ -10,7 +10,9 @@ ...@@ -10,7 +10,9 @@
"request": "launch", "request": "launch",
"module": "uvicorn", "module": "uvicorn",
"args": [ "args": [
"main:app" "main:app",
"--port",
"36002"
], ],
"jinja": true, "jinja": true,
"justMyCode": true "justMyCode": true
......
MAGNUS_HOST = 'http://192.168.2.84/mbilling' MAGNUS_HOST = 'http://192.168.2.84/mbilling'
API_KEY = 'FxMqVFWMztbigCeZlFupGULLh6LRaLs8' API_KEY = 'FxMqVFWMztbigCeZlFupGULLh6LRaLs8'
API_SECRET = 'rguvK0sNZMki5yWtv4RKONMJo1Hd9jiX' API_SECRET = 'rguvK0sNZMki5yWtv4RKONMJo1Hd9jiX'
DB_USER = 'magnusupdater' DB_USER = 'scripts'
DB_PASSWORD = 'magnusupdater' DB_PASSWORD = 'scripts'
\ No newline at end of file \ 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