diff options
author | Jordan Bracco <href@random.sh> | 2022-12-17 14:11:05 +0000 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2022-12-20 19:29:41 +0100 |
commit | cb94651acc0e62142d5c98ad3bb243ad1ba55a5c (patch) | |
tree | 1cec80ef2f14bf7e94d8f159e82f2b51d299247e /config/test.exs | |
parent | Nola rename, cont. pt. 4. Refs T77. (diff) |
Nola rename, cont. pt. 5. Refs T77. Configs.
find config -type f | xargs sed -i '' 's/LSG/Nola/g'
find config -type f | xargs sed -i '' 's/lsg/nola/g'
BREAKING CHANGE: Config keys switch from `:lsg` to `:nola`
Diffstat (limited to '')
-rw-r--r-- | config/test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/test.exs b/config/test.exs index da7e605..618cbd5 100644 --- a/config/test.exs +++ b/config/test.exs @@ -2,7 +2,7 @@ use Mix.Config # We don't run a server during test. If one is required, # you can enable the server option below. -config :lsg, LSGWeb.Endpoint, +config :nola, NolaWeb.Endpoint, http: [port: 4001], server: false |