mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Fix login page and remove facebook from login.
Move admin and test password to environment variable for seed.
This commit is contained in:
parent
babc1c5e6c
commit
d7f415b3f7
5 changed files with 12 additions and 16 deletions
|
@ -11,6 +11,6 @@ module.exports = {
|
|||
},
|
||||
|
||||
// Seed database on startup
|
||||
seedDB: true
|
||||
seedDB: process.env.SEED_DB || true
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue