From 5a7e4a7f84cb1e270335ba7c00505d821340415c Mon Sep 17 00:00:00 2001 From: Alejandro Rosales Date: Mon, 23 Sep 2024 18:46:40 +0000 Subject: [PATCH] Actualizar Bash --- Bash.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bash.md b/Bash.md index 63d0722..36c3c1c 100644 --- a/Bash.md +++ b/Bash.md @@ -1,4 +1,5 @@ Correr programa con -``` + +```bash DBNAME=sgi DBUSER=postgres DBPASSWORD='h3rcul3s#$' DBHOST=heracles.lci.ulsa.mx DBPORT=5432 WAIT_TIME=5 /usr/local/bin/python3.9 /root/sgu/app.py ``` \ No newline at end of file