Database user update

This commit is contained in:
Lukas Nowy 2018-12-16 22:23:47 +01:00
parent fd947bd852
commit dfb2a725c7

View File

@ -1,9 +1,9 @@
module.exports ={ module.exports ={
postgresSQL:{ postgresSQL:{
user:"postgres", user:"smartshopper-user",
host:"188.166.124.80", host:"188.166.124.80",
database:"smartshopperdb", database:"smartshopperdb",
password:"postgres", password:"jW^v#&LjNY_b3-k*jYj!U4Xz?T??m_D6249XAeWZ#7C^FRbKm!c_Dt+qj@4&a-Hs",
port:"5432" port:"5432"
} }
} }