mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 08:35:17 +00:00
Create basic HTTP server
This commit is contained in:
@ -16,6 +16,7 @@ export interface DatabaseConfiguration {
|
||||
}
|
||||
|
||||
export interface Configuration {
|
||||
port: number,
|
||||
storageURL : string,
|
||||
storagePath : string,
|
||||
database : DatabaseConfiguration,
|
||||
|
Reference in New Issue
Block a user