Added: fetching polish articles

This commit is contained in:
Oliwier Adamczyk
2025-10-04 18:19:02 +02:00
parent fdd1c98e75
commit f542f01b49
11 changed files with 309 additions and 4 deletions

View File

@@ -6,7 +6,8 @@ import (
)
type AppConfig struct {
SqlTablesDir string `json:"sql-tables-dir"`
SqlTablesDir string `json:"sql-tables-dir"`
SqlDatabaseName string `json:"sql-database-name"`
}
var appConfigInstance *AppConfig