mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
Update deploy doc
This commit is contained in:
@@ -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'] %>
|
||||
|
||||
Reference in New Issue
Block a user