blonk is a radar for your web, where you follow vibes for cool blips on the radar

switch to sqlite database configuration

Fly Dev e3a6aac4 78405ea1

Changed files
+2 -6
config
+2 -6
config/dev.exs
··· 2 2 3 3 # Configure your database 4 4 config :elixir_blonk, ElixirBlonk.Repo, 5 - username: "postgres", 6 - password: "postgres", 7 - hostname: "localhost", 8 - database: "elixir_blonk_dev", 5 + database: "blonk.db", 9 6 stacktrace: true, 10 - show_sensitive_data_on_connection_error: true, 11 - pool_size: 10 7 + show_sensitive_data_on_connection_error: true 12 8 13 9 # For development, we disable any cache and enable 14 10 # debugging and code reloading.