alright, that's it
This commit is contained in:
parent
a25698347d
commit
794a2c1bf3
8 changed files with 76 additions and 35 deletions
|
|
@ -8,6 +8,10 @@ import Config
|
|||
config :ezcontainer_railway, EzcontainerRailwayWeb.Endpoint,
|
||||
cache_static_manifest: "priv/static/cache_manifest.json"
|
||||
|
||||
# Configure your database
|
||||
config :ezcontainer_railway, EzcontainerRailway.Repo,
|
||||
database: "./db/db_prod.sqlite3"
|
||||
|
||||
# Configures Swoosh API Client
|
||||
config :swoosh, api_client: Swoosh.ApiClient.Finch, finch_name: EzcontainerRailway.Finch
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue