Make sure that secrets would work on aws
This commit is contained in:
parent
985c459768
commit
9293c740c9
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ from postgres.models import operation
|
|||
from postgres.models import sessions
|
||||
from postgres.models import user
|
||||
from postgres.models import docs
|
||||
from cognitive_architecture.config import Config
|
||||
from ..config import Config
|
||||
config = Config()
|
||||
config.load()
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ load_dotenv()
|
|||
# # Get the parent directory of your script and add it to sys.path
|
||||
# parent_dir = os.path.dirname(script_dir)
|
||||
# sys.path.append(parent_dir)
|
||||
from cognitive_architecture.config import Config
|
||||
from ...config import Config
|
||||
config = Config()
|
||||
config.load()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue