Use new naming convention
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-11-06 11:45:24 +01:00
parent 6160afa55f
commit 8ded68ab22
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ production:
adapter: mysql2
database: "{{ env "MYSQL_NAME" }}"
host: "{{ env "MYSQL_HOST" }}"
password: "{{ secret "db_passwd" }}"
password: "{{ secret "db_password" }}"
port: "{{ env "MYSQL_PORT" }}"
username: "{{ env "MYSQL_USER" }}"