Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.env 459 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
  1. # Environment variables go here, can be read by `python-dotenv` package:
  2. #
  3. # `src/script.py`
  4. # ----------------------------------------------------------------
  5. # import dotenv
  6. #
  7. # project_dir = os.path.join(os.path.dirname(__file__), os.pardir)
  8. # dotenv_path = os.path.join(project_dir, '.env')
  9. # dotenv.load_dotenv(dotenv_path)
  10. # ----------------------------------------------------------------
  11. #
  12. # DO NOT ADD THIS FILE TO VERSION CONTROL!
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...