first commit

This commit is contained in:
Alexander Taborda Acosta
2026-08-07 19:53:30 -05:00
commit f04c496f95
55 changed files with 2687 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
default: &default
adapter: postgresql
encoding: unicode
pool: <%= ENV.fetch("RAILS_MAX_THREADS", 5) %>
url: <%= ENV["DATABASE_URL"] %>
development:
<<: *default
database: todo_back_development
test:
<<: *default
database: todo_back_test
production:
<<: *default