initial commit
This commit is contained in:
7
src/config.ts
Normal file
7
src/config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
const config = {
|
||||
prof: false,
|
||||
port: 3333,
|
||||
mongodb: 'mongodb://localhost/ts-example',
|
||||
}
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user