update .env.local
This commit is contained in:
@@ -50,7 +50,7 @@ if not DEBUG:
|
||||
'USER': os.getenv("DB_USER"),
|
||||
'PASSWORD': os.getenv("DB_PASSWORD"),
|
||||
'HOST': os.getenv("DB_HOST"),
|
||||
'PORT': int(os.getenv("DB_PORT")),
|
||||
'PORT': os.getenv("DB_PORT"),
|
||||
}
|
||||
}
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user