Guest User

Untitled

a guest
Jun 28th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. const config = {
  2. sample: {
  3. database: {
  4. connection: 'projectId:location:dbInstance',
  5. name: 'dbName',
  6. user: 'dbUser',
  7. password: 'dbPassword'
  8. }
  9. }
  10. };
  11. module.exports = config;
Add Comment
Please, Sign In to add comment