Skip to content
Snippets Groups Projects
Commit c9dff280 authored by Luc Giffon's avatar Luc Giffon
Browse files

add example .env file

parent 690cf820
No related branches found
No related tags found
2 merge requests!3clean scripts,!2Luc manage normalization
# Environment variables go here, can be read by `python-dotenv` package:
#
# `src/script.py`
# ----------------------------------------------------------------
# import dotenv
#
# project_dir = os.path.join(os.path.dirname(__file__), os.pardir)
# dotenv_path = os.path.join(project_dir, '.env')
# dotenv.load_dotenv(dotenv_path)
# ----------------------------------------------------------------
project_dir = "."
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment