test with env file

This commit is contained in:
Romulus21
2024-08-19 23:33:46 +02:00
parent f7e9a99679
commit 09624ee69b
7 changed files with 84 additions and 148 deletions

7
.env.example Normal file
View File

@@ -0,0 +1,7 @@
DB_USER=user
DB_PASSWORD=password
DB_HOST=localhost
DB_PORT=3306
DB_NAME=test_rust_mosquitto
MQTT_HOST=localhost
MQTT_PORT=1883