From 501b299a4374dbf568f58be914be6eff24c8201a Mon Sep 17 00:00:00 2001 From: Gazebo Date: Thu, 6 Aug 2020 19:22:30 -0300 Subject: [PATCH] AtualizandoConfigs --- Configurations.json | 4 ++-- Procfile | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 Procfile diff --git a/Configurations.json b/Configurations.json index f546f8e..c5d52f8 100644 --- a/Configurations.json +++ b/Configurations.json @@ -1,12 +1,12 @@ { "FridayConfigs": { "ID": "Sexta-Feira", - "ServerHost": "localhost", + "ServerHost": "192.168.0.4", "Port": 5000 }, "ServerConfigs": { "ID": "Server", - "Host": "localhost", + "Host": "192.168.0.4", "Port": 5000 } } \ No newline at end of file diff --git a/Procfile b/Procfile deleted file mode 100644 index 69a916a..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: python Server.py \ No newline at end of file