diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a0afb19 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "cSpell.words": [ + "xivplan" + ] +} \ No newline at end of file diff --git a/config.example.ts b/config.example.ts new file mode 100644 index 0000000..5b9dd32 --- /dev/null +++ b/config.example.ts @@ -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;