Edit plugins/StrawOrder/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