19 lines
487 B
Plaintext
19 lines
487 B
Plaintext
# 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"
|