move testing-related files to test submodule

create scripts to load and dump the test database to and from SQL files
This commit is contained in:
Jack Case
2025-11-26 16:19:14 +00:00
parent a36b6e9865
commit 6a1837762e
6 changed files with 59 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ from pydantic_settings import BaseSettings
class ServerSettings(BaseSettings):
db_url: str = "sqlite+pysqlite:///test_db.sqlite"
db_url: str = "sqlite+pysqlite:///slopserver/test/test_db.sqlite"
token_secret: str = "5bcc778a96b090c3ac1d587bb694a060eaf7bdb5832365f91d5078faf1fff210"
altcha_secret: str = "0460de065912d0292df1e7422a5ed2dc362ed56d6bab64fe50b89957463061f3"
resend_token: str = "re_NXpjzbqR_KgAbu72PKjYHcquX24WvnN3i"