Advertisement
Guest User

Untitled

a guest
Apr 5th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. foreman@wtch163:~$ cat /etc/foreman/database.yml
  2. ### File managed with puppet ###
  3. ## Module: 'foreman'
  4.  
  5. # SQLite version 3.x
  6. development:
  7. adapter: sqlite3
  8. database: db/development.sqlite3
  9. pool: 5
  10. timeout: 5000
  11.  
  12. # Warning: The database defined as "test" will be erased and
  13. # re-generated from your development database when you run "rake".
  14. # Do not set this db to the same as development or production.
  15. test:
  16. adapter: sqlite3
  17. database: db/test.sqlite3
  18. pool: 5
  19. timeout: 5000
  20.  
  21. # Database is managed by foreman::database::postgresql
  22. production:
  23. adapter: mysql2
  24. database: puppet
  25. username: puppet
  26. password: "???"
  27. pool: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement