Guest User

Untitled

a guest
Apr 27th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. atom-grooms-mac-pro:php WebMaster$ cat config/initializers/prelude_api_options.rb
  2. PRELUDE_API_OPTIONS = {
  3. :host => '127.0.0.1',
  4. :path => '/',
  5. :username => 'username',
  6. :password => 'password',
  7. :ssl => false,
  8. :debug => true,
  9. :timeout => 60
  10. }
Add Comment
Please, Sign In to add comment