mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Fix compilation bug in environment.dev.ts used by Docker. Add comments
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
/*
|
/**
|
||||||
* The contents of this file are subject to the license and copyright
|
* The contents of this file are subject to the license and copyright
|
||||||
* detailed in the LICENSE and NOTICE files at the root of the source
|
* detailed in the LICENSE and NOTICE files at the root of the source
|
||||||
* tree and available online at
|
* tree and available online at
|
||||||
*
|
*
|
||||||
* http://www.dspace.org/license/
|
* http://www.dspace.org/license/
|
||||||
*/
|
*/
|
||||||
import { GlobalConfig } from '../src/config/global-config.interface';
|
// This file is based on environment.template.ts provided by Angular UI
|
||||||
|
export const environment = {
|
||||||
export const environment: Partial<GlobalConfig> = {
|
// Default to using the local REST API (running in Docker)
|
||||||
rest: {
|
rest: {
|
||||||
ssl: false,
|
ssl: false,
|
||||||
host: 'localhost',
|
host: 'localhost',
|
||||||
|
Reference in New Issue
Block a user