Skip to content

Commit

Permalink
fix: specific condition when switching conf
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgiolaga committed Nov 2, 2024
1 parent 00e7dcc commit ca9a4a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conf/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@

if env == 'prod':
from conf.prod import *
else:
from conf.local import *
elif env == 'local':
from conf.local import *

0 comments on commit ca9a4a6

Please sign in to comment.