Current section

Files

Jump to
closure_table examples ct_ecto config config.exs
Raw

examples/ct_ecto/config/config.exs

use Mix.Config
config :ct,
ecto_repos: [CT.Repo],
migration_timestamps: [
type: :utc_datetime
]
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env()}.exs"