StrawIODOCS
Panel ↗Discord ↗

StrawBaltop v1.0.0

storage.yml

Edit plugins/StrawBaltop/storage.yml. For first installation, start with the Guide.

Full configuration reference

storage.yml
# single works immediately with local SQLite.
# For shared network data choose multi, fill MySQL, and use a unique server-id on each server.
mode: single
single:
  type: sqlite
multi:
  type: mysql
  host: localhost
  port: 3306
  database: strawio
  username: ''
  password: ''
  server-id: server-1

StrawIO Docs · StrawBaltop

Search documentation

Search across plugins and common guides.