add conf ex

This commit is contained in:
Ean Milligan
2026-04-07 02:02:07 -04:00
parent 27d6e71b00
commit a5f01b5336
2 changed files with 22 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"cSpell.words": [
"xivplan"
]
}

17
config.example.ts Normal file
View File

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