.env.python.local
The primary purpose of .env.python.local is to provide a convenient way to store and manage environment variables that are specific to a local development environment. This file is usually not committed to version control, ensuring that sensitive information such as API keys, database credentials, or other secrets are not exposed.
from dotenv import load_dotenv
API_KEY=myapikey
DB_HOST = os.getenv('DB_HOST') DB_USER = os.getenv('DB_USER') DB_PASSWORD = os.getenv('DB_PASSWORD') DB_NAME = os.getenv('DB_NAME') .env.python.local
I am understand easily mikrotik router configuration all of that but please send me any video mikrotik web proxy log analyzer.
OK, I’ll upload it soon…
Good day
Firstly. Thanks for this simplistic software solution. It hits the spot.
Download of the webproxy log anylizer does not work anymore.
Any other site we can use?
Brother, soon I will upload a video tutorial. I hope, it will helpful for you.
Thanks for you assistance.
The webproxy log catcher does not seem to get the log file to the pc.
I have switched off all the firewalls on the pc side.
I have used the settings as stipulated above.
Although everything seems fine from my side it might be that I am missing something.
Where can I start looking for a problem.