diff options
author | Jordan Bracco <href@random.sh> | 2022-12-17 13:01:29 +0000 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2022-12-20 19:29:41 +0100 |
commit | 4b81c028885a53806dd5592f89b845e1f764c41e (patch) | |
tree | 04ec2ea4b7502a76b82d9314d373c266e506926d /config | |
parent | feat(couch): convert slashes to %2F in paths, allowing to use database or doc... (diff) |
Rename to Nola, pt. 1. Refs T77
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs index 8a1faa6..e1bbf1f 100644 --- a/config/config.exs +++ b/config/config.exs @@ -18,8 +18,9 @@ config :lsg, config :lsg, :data_path, "priv" -config :lsg, :irc, - name: "ircbot" +config :lsg, :brand, + name: "Nola", + source_url: "https://phab.random.sh/source/Bot/" config :ex_aws, region: "us-east-1", |