Browse Source

fixed images

test/local-setup
Silberengel 3 weeks ago
parent
commit
a45a9cdbda
  1. 6
      config/config.exs

6
config/config.exs

@ -54,10 +54,8 @@ config :phoenix, :json_library, Jason @@ -54,10 +54,8 @@ config :phoenix, :json_library, Jason
# Edit these values to describe your relay instance.
config :gc_index_relay, :relay_info,
name: "Mercury Index-Relay",
icon:
"https://git.imwald.eu/silberengel/gc_index_relay/src/branch/test/local-setup/priv/static/favicon.ico",
banner:
"https://git.imwald.eu/silberengel/gc_index_relay/src/branch/test/local-setup/priv/static/mercury_icon.png",
icon: "http://localhost:4000/favicon.ico",
banner: "http://localhost:4000/images/mercury_icon.png",
description:
"A Nostr index relay for the http protocol, from GitCitadel. Featuring a RESTful API and Swagger, it specializes in swift retrieval or publications, repos, and similar graphs of related events",
software: "https://git.imwald.eu/silberengel/gc_index_relay.git",

Loading…
Cancel
Save