Skip to content
Snippets Groups Projects
Commit ec48ccf4 authored by CHEVRIER Maelys's avatar CHEVRIER Maelys
Browse files

credentials and readme

parent c78627d1
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ Pour plus d'informations sur les jardins partagés et le cadre du projet, vous p
Copier-coller le fichier `.env.template` en `.env` puis changer les variables.
Dans le dossier `lopy` modifier les fichiers `lopy.py` et `insertdatatodb.py` (ctrl + F "replace").
Dans le dossier `lopy`, modifier les 3 fichiers `lopy.py`, `insertdatatodb.py` et `main.py` en complétant les champs demandés(ctrl + F "replace").
Réaliser un petit `docker compose up -d` pour lancer le projet.
......
......@@ -30,11 +30,11 @@ from insertdatatodb import sendlastlinetodb
# The password looks like:
# NNSXS.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
#
USER = "tp-lora-cooc@ttn"
PASSWORD = "NNSXS.XU7AOP3H2HCNIGDHAB7QM6AVK7O2C7CR5LQJSMA.DPBD6PLGSBSQRBFS3CL4APXCQMVMKGV6CBDYNSDZD4LQD57BF6LA"
PUBLIC_TLS_ADDRESS = "eu1.cloud.thethings.network"
USER = "--------------------"
PASSWORD = "--------------------"
PUBLIC_TLS_ADDRESS = "--------------------"
PUBLIC_TLS_ADDRESS_PORT = 8883
DEVICE_ID = "eui-70b3d5499b36f758"
DEVICE_ID = "--------------------"
ALL_DEVICES = False
# Meaning Quality of Service (QoS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment