Update deploy doc

This commit is contained in:
jasder
2021-03-31 10:08:20 +08:00
parent 3869529620
commit 62b99c517e
3 changed files with 48 additions and 21 deletions

View File

@@ -11,6 +11,7 @@
#
default: &default
adapter: mysql2
host: 127.0.0.1
encoding: utf8
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
username: root
@@ -51,5 +52,3 @@ test:
production:
<<: *default
database: forge_production
username: educoderplus
password: <%= ENV['EDUCODERPLUS_DATABASE_PASSWORD'] %>