mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 23:43:01 +00:00
dependency upgrades, server and platform module updates, linting wip
This commit is contained in:
7
src/config/server-config.interface.ts
Normal file
7
src/config/server-config.interface.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface ServerConfig {
|
||||
ssl: boolean;
|
||||
host: string;
|
||||
port: number;
|
||||
nameSpace: string;
|
||||
baseUrl: string;
|
||||
}
|
Reference in New Issue
Block a user