From b19f00469f3d44c57f4dfdff6fe561279f9cb1d2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 26 Mar 2021 23:55:41 +0100 Subject: [PATCH] fix --- check_process | 1 - conf/config.json | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/check_process b/check_process index 90614f0..dbe9049 100644 --- a/check_process +++ b/check_process @@ -23,7 +23,6 @@ upgrade=1 from_commit=CommitHash backup_restore=1 multi_instance=1 - port_already_use=0 change_url=1 ;;; Options Email= diff --git a/conf/config.json b/conf/config.json index a28126f..0b07df1 100644 --- a/conf/config.json +++ b/conf/config.json @@ -6,8 +6,8 @@ "postgres": { "host": "127.0.0.1", "port": "5432", - "username": "db_user", - "password": "db_pass", - "database": "db_name" + "username": "__DB_NAME__", + "password": "__DB_PWD__", + "database": "__DB_NAME__" } }