first commit
This commit is contained in:
18
config/server.conf.example
Normal file
18
config/server.conf.example
Normal file
@@ -0,0 +1,18 @@
|
||||
# 18004 Server Configuration
|
||||
# Copy this file to /etc/server18004/server.conf
|
||||
|
||||
# Port for restricted SVG QR code generation
|
||||
port_svg = 4081
|
||||
|
||||
# Port for restricted PNG QR code generation
|
||||
port_png = 4082
|
||||
|
||||
# Port for unrestricted JSON API (generate, domain management)
|
||||
port_api = 4083
|
||||
|
||||
# Port for restricted AVIF QR code generation
|
||||
port_avif = 4084
|
||||
|
||||
# Default domain that is always allowed on restricted ports
|
||||
# (does not need to be in the domains allowlist)
|
||||
default_domain = "example.com"
|
||||
Reference in New Issue
Block a user