This commit is contained in:
Roberto Alsina 2024-05-16 16:30:05 -03:00
parent 3b1069df72
commit 8846ad3841

View File

@ -11,7 +11,6 @@ USER = File.read("/var/openfaas/secrets/nombres-user").strip
PASS = File.read("/var/openfaas/secrets/nombres-pass").strip
DB_URL = "postgres://#{USER}:#{PASS}@10.61.0.1:5432/nombres"
class Handler
def format_buffer(buffer, canvas_name, title = "")
# Process the gnuplot output so it works in the page