[PARAM] List cut of Candidate Ngrams
[gargantext.git] / devops / postgres / create
index 2e3fab5be9836bbd8a99b35bae1d6e1484baaa85..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}"