Files
kawaii-jumper-server/src/config.ts
2022-01-28 20:55:51 +02:00

7 lines
122 B
TypeScript

const config = {
prof: false,
port: 3333,
mongodb: 'mongodb://localhost/ts-example',
}
export default config;