Commit 83b28f9d authored by Nikita Yurishev's avatar Nikita Yurishev

changed .env path

parent a11333c5
INFLUXDB_URL='http://influxdb.k8s.eterfund.ru'
INFLUXDB_DB='co2_levels'
INFLUXDB_USER='admin'
INFLUXDB_PASSWORD='6wp9fCi0zSjTDISXFWg4'
\ No newline at end of file
config.ini
*.env
*.pyc
__pycache__/
\ No newline at end of file
from influxdb import InfluxDBClient
import os
from dotenv import load_dotenv
load_dotenv('creds.env')
load_dotenv('/home/Projects/creds.env')
import time
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment