[OPTIM] concurrent threads (fix mem leaks)
[gargantext.git] / devops / postgres / create
index 8753902c9dd6f77fcf95b26cb1f3ce6d36d71fc6..658826bfd596c63751626737e20a0cce5e86a8cf 100755 (executable)
@@ -4,12 +4,12 @@
 
 # postgresql://$USER:$PW@localhost/$DB
 
-PW="password"
+PW="C8kdcUrAQy66U"
 DB="gargandbV5"
 USER="gargantua"
 
 psql -c "CREATE USER \"${USER}\""
-psql -c "ALTER USER \"${USER}\" with PASSWORD \'${PW}\'"
+psql -c "ALTER USER \"${USER}\" with PASSWORD '${PW}'"
 
 psql -c "DROP DATABASE IF EXISTS \"${DB}\""
 createdb "${DB}"