Packages
Generate a simple free-standing application with an ecto layer, intended to be used as a database resource in an application written using decoupled resources.
Current section
Files
Jump to
Current section
Files
template/$PROJECT_NAME$/config/dev.exs
config :<%= @project_name %>, <%= @project_name_camel_case %>.Repo,
adapter: Ecto.Adapters.Postgres,
database: "xxxx_dev",
username: "postgres",
password: "postgres",
hostname: "localhost"