diff options
author | Jordan Bracco <href@random.sh> | 2023-03-05 10:14:31 +0100 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2023-03-05 10:14:31 +0100 |
commit | 53b9b921987e5e61a6149f46ef98671da7907043 (patch) | |
tree | ce23bf045ed78e981c39a77589bca572965e0ad9 /config | |
parent | link/image with pyerlai (tbc) (diff) |
More fixeswip/T77-nola-rename
Diffstat (limited to 'config')
-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", |