diff --git a/projet/agent/example.env b/projet/agent/example.env index 52a48bc62a2d6f2708fbb1c6cfe0c094cfbcd521..8e359d51e8dd71576d35568425f9e2f11c28db1e 100644 --- a/projet/agent/example.env +++ b/projet/agent/example.env @@ -1,15 +1,11 @@ -# Ce fichier configure l'ensemble du programme. Ces variables sont sensibles. -DB_HOSTNAME=127.0.0.1 -DB_DATABASE=1 -DB_USERNAME=2 -DB_PASSWORD=3 - -WORKERS_NUMBER=6 +# This file configures the whole program. Be careful ! +CLIENT_WORKERS=2 +SERVER_WORKERS=6 HTTPHANDLER_WEBSERVER_PORT=7070 # The management of the host worker pool CLIENT_PORT=18965 # The client's management port SERVER_PORT=18964 # The server's management port +SERVER_WEB_FQDN=change.me # The server's main interface -FILE_LOCKER="/Users/theo.pirkl/Desktop/Ecole/Bachelor/files/" - -SCRAPY_BIN="scrapy" \ No newline at end of file +FILE_LOCKER="change.me" +RESOURCES_PATH="change.me" \ No newline at end of file