add conf ex
This commit is contained in:
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"cSpell.words": [
|
||||||
|
"xivplan"
|
||||||
|
]
|
||||||
|
}
|
||||||
17
config.example.ts
Normal file
17
config.example.ts
Normal 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;
|
||||||
Reference in New Issue
Block a user