From a1b5617b87d12fbe81d08a1d25c5973865c0498b Mon Sep 17 00:00:00 2001 From: Giuseppe Attardi <giuseppe.attardi@garr.it> Date: Sun, 7 Jul 2019 16:10:13 +0200 Subject: [PATCH] Update conf.env --- conf.env | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/conf.env b/conf.env index 0af537d..bb7f484 100644 --- a/conf.env +++ b/conf.env @@ -1,13 +1,12 @@ # Path from where Horizon is installed -HORIZON_PATH=~/horizon/ +HORIZON_PATH=/etc # Database credentials DB_NAME=cloudusage DB_HOST=localhost DB_USER=accounting DB_PASS=Passw0rd -# Default password for users -# that will be created in Keystone -KEYSTONE_USER_PASS=1234 +# Default password for users to be created by Keystone +KEYSTONE_USER_PASS=notabadpassword # Password Hashing Algorith # Choose between: pbkdf2_sha256, pbkdf2_sha1, sha1, md5 HASHING_ALGORITHM="sha1" -- GitLab