Newer
Older
wg-portal / tests / conf / config.yml
@commonism commonism on 30 Sep 2021 585 bytes Fixes & API unit testing (#58)
core:
  listeningAddress: :8123
  externalUrl: https://wg.example.org
  title: Example WireGuard VPN
  company: Example.org
  mailFrom: WireGuard VPN <[email protected]>
  logoUrl: /img/logo.png
  adminUser: [email protected]
  adminPass: abadchoice
  editableKeys: true
  createDefaultPeer: true
  selfProvisioning: true
  ldapEnabled: false
database:
  typ: sqlite
  database: test.db
# :memory: does not work
email:
  host: 127.0.0.1
  port: 25
  tls: false
wg:
  devices:
    - wg-example0
  defaultDevice: wg-example0
  configDirectory: /etc/wireguard
  manageIPAddresses: true