mirror of
https://github.com/rommapp/romm.git
synced 2025-12-22 10:27:13 +00:00
Remove find_dotenv + add romm backt o gitginore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -36,5 +36,8 @@ __pycache__
|
||||
# database
|
||||
mariadb
|
||||
|
||||
# used to mock the library/config/mounts/etc while testing
|
||||
romm
|
||||
|
||||
# virtualenv
|
||||
.venv
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import os
|
||||
from dotenv import find_dotenv, load_dotenv
|
||||
from dotenv import load_dotenv
|
||||
|
||||
load_dotenv(find_dotenv())
|
||||
load_dotenv()
|
||||
|
||||
# Uvicorn
|
||||
DEV_PORT: int = 5000
|
||||
|
||||
Reference in New Issue
Block a user