mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 23:43:01 +00:00
recursive merge of config
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
export interface ServerConfig {
|
||||
import { Config } from './config.interface';
|
||||
|
||||
export interface ServerConfig extends Config {
|
||||
ssl: boolean;
|
||||
host: string;
|
||||
port: number;
|
||||
|
Reference in New Issue
Block a user