From 371c3cc6208ec90a662e630a6937b38f8f6fea90 Mon Sep 17 00:00:00 2001 From: "Mr. Bot" Date: Thu, 17 Oct 2019 22:06:40 +0300 Subject: [PATCH] db-status --- staytus/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staytus/entrypoint.sh b/staytus/entrypoint.sh index 04254360f..9325bdbdb 100755 --- a/staytus/entrypoint.sh +++ b/staytus/entrypoint.sh @@ -2,7 +2,7 @@ : ${DB_USER:=root} : ${DB_PASSWORD:=root} -: ${DB_DB_DATABSE:=staytus} +: ${DB_DATABSE:=staytus} : ${DB_HOST:=127.0.0.1} #: ${DB_PORT:=3306}