diff options
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index e2d7db9..bf52838 100644 --- a/config/config.exs +++ b/config/config.exs @@ -15,7 +15,9 @@ config :nola, :data_path, "priv" config :nola, :brand, name: "Nola", - source_url: "https://phab.random.sh/source/Nola/" + source_url: "https://phab.random.sh/source/Nola/", + owner: "Ashamed Owner", + owner_email: "do@not.mail.him" config :ex_aws, region: "us-east-1", |