mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor(frontend): 🔥 Move frontend out of this repository, allow any frontend to be used
Adds a new configuration option to put your frontend's URL
This commit is contained in:
parent
ac3ef0ea06
commit
a7969f6ebd
25 changed files with 35 additions and 938 deletions
|
|
@ -86,6 +86,10 @@ bait_ips = ["127.0.0.1", "::1"]
|
|||
# User agents to send bait data to (regex format)
|
||||
bait_user_agents = ["curl", "wget"]
|
||||
|
||||
[frontend]
|
||||
# The URL to reach the frontend at (should be on a local network)
|
||||
url = "http://localhost:3000"
|
||||
|
||||
[smtp]
|
||||
# SMTP server to use for sending emails
|
||||
server = "smtp.example.com"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue