This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
foodsoft/database.yml.tmpl

8 lines
209 B
Cheetah

production:
adapter: mysql2
database: "{{ env "MYSQL_NAME" }}"
host: "{{ env "MYSQL_HOST" }}"
password: "{{ secret "db_passwd" }}"
port: "{{ env "MYSQL_PORT" }}"
username: "{{ env "MYSQL_USER" }}"