Skip to content

Commit

Permalink
chore: Remove useless config keys
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBardon committed May 30, 2024
1 parent 1e6fe40 commit 6fbd7e5
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions Prose.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,15 @@
# REST API for administrating a Prose Pod
# Configuration file
# Example: https://github.com/prose-im/prose-pod-api/blob/master/Prose.toml

[api]

log_level = "debug"

[server]

domain = "prose.org"

[assets]

path = "./res/assets/"
# All keys: https://github.com/prose-im/prose-pod-api/blob/master/service/src/config/mod.rs

[branding]

page_title = "Prose Pod API"
page_url = "https://admin.prose.org/"
company_name = "Prose"
icon_color = "#3458AD"
icon_url = "https://media.githubusercontent.com/media/prose-im/prose-medley/master/renders/logos/icon-social.png"
logo_color = "#3458AD"
logo_url = "https://raw.githubusercontent.com/prose-im/prose-medley/master/renders/logos/icon-app.svg"
website_url = "https://prose.org/"
support_url = "mailto:[email protected]"

[notify]

[notify.email]

from = "[email protected]"
to = "[email protected]"

Expand Down

0 comments on commit 6fbd7e5

Please sign in to comment.