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