We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed0e4b commit df9a4b2Copy full SHA for df9a4b2
config/database.mysql.yml
@@ -5,6 +5,7 @@ default: &default
5
username: <%= ENV.fetch("MYSQL_USER", "root") %>
6
password: <%= ENV["MYSQL_PASSWORD"] %>
7
pool: 50
8
+ ssl_mode: <%= ENV["MYSQL_SSL_MODE"] %>
9
timeout: 5000
10
11
development:
@@ -40,4 +41,4 @@ production:
40
41
cache:
42
<<: *default
43
database: fizzy_production_cache
- migrations_paths: db/cache_migrate
44
+ migrations_paths: db/cache_migrate
0 commit comments