Guest User

Untitled

a guest
Dec 12th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. # Copyright (c) 2010, Diaspora Inc. This file is
  2. # licensed under the Affero General Public License version 3 or later. See
  3. # the COPYRIGHT file.
  4.  
  5. production:
  6. server: 'dspora.netstorm.gr'
  7. deploy_to: '/home/xxx/www/diaspora'
  8. current_dir: 'diaspora'
  9. user: 'xxx'
  10. password: 'xxxxxxxxxxxx'
  11. rails_env: 'production'
  12. repo: 'git://github.com/diaspora/diaspora.git'
  13. staging:
  14. server: 'dspora.netstorm.gr'
  15. deploy_to: '/home/xxx/www/diaspora'
  16. current_dir: 'diaspora'
  17. user: 'xxx'
  18. password: 'xxxxxxxxxxxxxxxxxx'
  19. rails_env: 'staging'
  20. repo: 'git://github.com/diaspora/diaspora.git'
Add Comment
Please, Sign In to add comment