The code powering m.abunchtell.com https://m.abunchtell.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

24 行
480 B

  1. default: &default
  2. adapter: postgresql
  3. pool: 5
  4. timeout: 5000
  5. encoding: unicode
  6. development:
  7. <<: *default
  8. database: mastodon_development
  9. # Warning: The database defined as "test" will be erased and
  10. # re-generated from your development database when you run "rake".
  11. # Do not set this db to the same as development or production.
  12. test:
  13. <<: *default
  14. database: mastodon_test
  15. production:
  16. <<: *default
  17. database: postgres
  18. username: postgres
  19. password:
  20. host: db