Commit 029f737a authored by Diego Iván's avatar Diego Iván
Browse files

agregando constantes de server

parent 92339681
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,4 +5,5 @@ export class ServerConstants {
  static PORT: number = process.env.SERVER_PORT
    ? parseInt(process.env.SERVER_PORT)
    : 3003;
  static HOST: string = `${process.env.SERVER_HOST || 'http://localhost'}:${this.PORT}`;
}