Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dimaspriyanto/5436beada57da949d771d22ff8f9a6a3 to your computer and use it in GitHub Desktop.
Save dimaspriyanto/5436beada57da949d771d22ff8f9a6a3 to your computer and use it in GitHub Desktop.
production:
adapter: mysql # atau: postgresql
database: blog_production
host: localhost
username: root
password:
@dimaspriyanto
Copy link
Author

Untuk dev:

development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment