Email Login

This commit is contained in:
Georg Reisinger
2019-02-24 19:27:42 +01:00
parent f853a2bf0f
commit 3baf79e8f6
39 changed files with 3246 additions and 2982 deletions

View File

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