Skip to content

Instantly share code, notes, and snippets.

@tmk815
Created April 28, 2018 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmk815/fe5dba4e5ffb533b5c8b2db4e613662b to your computer and use it in GitHub Desktop.
Save tmk815/fe5dba4e5ffb533b5c8b2db4e613662b to your computer and use it in GitHub Desktop.
AzureのPostgreへの接続設定
default: &default
adapter: postgresql
encoding: unicode
# For details on connection pooling, see Rails configuration guide
# http://guides.rubyonrails.org/configuring.html#database-pooling
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
username: サーバー管理者ログイン名
password: パスワード
host: サーバー名
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment