spb/config.js

1// Change these as needed :) 2const config = { 3 db: "spb.db", // path to sqlite db 4 port: 3030, 5 host: "http://localhost:3030", 6}; 7 8export default config;