mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-15 04:59:42 +03:00
create admins endpoint
This commit is contained in:
16
backend/dist/config/index.d.ts
vendored
Normal file
16
backend/dist/config/index.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
export declare const config: {
|
||||
database: {
|
||||
type: string;
|
||||
host: string;
|
||||
port: number;
|
||||
username: string;
|
||||
password: string;
|
||||
database: string;
|
||||
synchronize: boolean;
|
||||
logging: boolean;
|
||||
autoLoadEntities: boolean;
|
||||
};
|
||||
server: {
|
||||
port: number;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user