Skip to content
Snippets Groups Projects
Commit a1b5617b authored by Giuseppe Attardi's avatar Giuseppe Attardi
Browse files

Update conf.env

parent 24955c3c
No related branches found
No related tags found
No related merge requests found
# 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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment