Updated App Settings

Added FreeTubeSync database connection strings.
This commit is contained in:
Mario Steele 2025-07-21 13:06:55 -05:00
parent 0359732385
commit a5453c8191
2 changed files with 6 additions and 0 deletions

View file

@ -1,4 +1,7 @@
{
"ConnectionStrings": {
"FreeTubeSync": "Data Source=../data/FreeTubeSync.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",

View file

@ -1,4 +1,7 @@
{
"ConnectionStrings": {
"FreeTubeSync": "Data Source=/app/data/FreeTubeSync.db"
},
"Logging": {
"LogLevel": {
"Default": "Information",