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