Commit bcabdbc5 authored by Irfanuddin's avatar Irfanuddin 🚴🏽

chore: added versions

parent 14239e7f
......@@ -66,9 +66,7 @@ def get_env_settings(use_local=False, env_file='.env'):
if use_local:
env_settings = EnvironmentSettings(
_env_file=env_file,
_env_file_encoding='utf-8',
validate_all=False
)
_env_file_encoding='utf-8' )
else:
env_settings = EnvironmentSettings()
return env_settings
......
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