Skip to content

Instantly share code, notes, and snippets.

View Ysaakue's full-sized avatar
🐣
Exploring

Isaac Gondim Geraldo Ysaakue

🐣
Exploring
View GitHub Profile
@Ysaakue
Ysaakue / database.yml
Last active February 21, 2021 15:11
easy database configuration file to Ruby on Rails
development:
adapter: postgresql
encoding: unicode
database: rails_development
pool: 5
host: localhost
username: database_usr
password: database_usr_password
test: