db structure abstraction; async collection; update/insert queries; model saving
This commit is contained in:
5
app/configs/app/app.config.ts
Normal file
5
app/configs/app/app.config.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { env } from '../../../lib/src/unit/Scaffolding.ts';
|
||||
|
||||
export default {
|
||||
name: env('APP_NAME', 'Daton'),
|
||||
}
|
||||
4
app/configs/server.config.ts
Normal file
4
app/configs/server.config.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export default {
|
||||
port: 8080,
|
||||
use_ssl: false,
|
||||
}
|
||||
Reference in New Issue
Block a user