mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
updated environment file
This commit is contained in:
@@ -23,4 +23,4 @@ services:
|
|||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
volumes:
|
volumes:
|
||||||
- ./environment.dev.js:/app/config/environment.dev.js
|
- ./environment.dev.js:/app/src/environments/environment.dev.ts
|
||||||
|
@@ -5,7 +5,9 @@
|
|||||||
*
|
*
|
||||||
* http://www.dspace.org/license/
|
* http://www.dspace.org/license/
|
||||||
*/
|
*/
|
||||||
module.exports = {
|
import { GlobalConfig } from '../src/config/global-config.interface';
|
||||||
|
|
||||||
|
export const environment: Partial<GlobalConfig> = {
|
||||||
rest: {
|
rest: {
|
||||||
ssl: false,
|
ssl: false,
|
||||||
host: 'localhost',
|
host: 'localhost',
|
Reference in New Issue
Block a user