From 1043df91564c8714febcc420cb42425128164cfb Mon Sep 17 00:00:00 2001 From: Ilnur Galiev Date: Mon, 19 Oct 2020 16:41:39 +0300 Subject: [PATCH] rollback environments/example.toml --- environments/example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/example.toml b/environments/example.toml index 632b25c5..67d319b2 100644 --- a/environments/example.toml +++ b/environments/example.toml @@ -1,5 +1,5 @@ [database] - name = "vulcanize_public1" # $DATABASE_NAME + name = "vulcanize_public" # $DATABASE_NAME hostname = "localhost" # $DATABASE_HOSTNAME port = 5432 # $DATABASE_PORT user = "postgres" # $DATABASE_USER