Fix database path issue to ensure write permissions
This commit is contained in:
parent
0e2c60fa55
commit
dcdf99b82b
@ -12,7 +12,7 @@ class Settings(BaseModel):
|
||||
API_V1_STR: str = "/api/v1"
|
||||
|
||||
# Database
|
||||
DB_DIR: Path = Path("/app") / "storage" / "db"
|
||||
DB_DIR: Path = Path("/projects/onetimesecretsharingservice-i7if8q") / "storage" / "db"
|
||||
SQLALCHEMY_DATABASE_URL: str = f"sqlite:///{DB_DIR}/db.sqlite"
|
||||
|
||||
# Secret settings
|
||||
|
Loading…
x
Reference in New Issue
Block a user