Refactor admin component and update application properties for production setup
Gradle _jambotron_build aplication.properties for dev and prod
This commit is contained in:
@@ -3,5 +3,5 @@ export const environment = {
|
||||
port: 8080,
|
||||
fromWeb: false,
|
||||
production: false,
|
||||
host_name: 'http://localhost',
|
||||
host_name: 'http://localhost'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user