Slide 10
Slide 10 text
config/database.ymlの
編集
diff --git a/config/database.yml b/config/database.yml
index 6003576..2213f5b 100644
--- a/config/database.yml
+++ b/config/database.yml
@@ -14,8 +14,7 @@ default: &default
encoding: utf8
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
username: root
- password:
- host: localhost
+ host: db
development:
<<: *default