wmaciejak/rails_rom_graphql_clean_architecture_boilerplate

View on GitHub
Envfile

Summary

Maintainability
Test Coverage
enable_defaults! { ENV["RAILS_ENV"] != "production" }

variable :DATABASE_URL, :string, default: "postgresql://#{`whoami`.strip}@localhost:5432/example_project_#{Rails.env}"