Files
XIVPlan-DB/config.example.ts
Ean Milligan a5f01b5336 add conf ex
2026-04-07 02:02:07 -04:00

18 lines
262 B
TypeScript

export const config = {
api: {
enable: true,
publicDomain: '',
port: 14014,
},
db: {
host: 'localhost',
localhost: 'localhost',
port: 3306,
username: '',
password: '',
name: 'xivplan-db',
},
};
export default config;