This commit is contained in:
Smile Rex
2025-03-03 19:51:29 +03:00
parent 94b43f7341
commit 65f15aabf2
2 changed files with 19 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ import (
)
// //////////////////////
var isTest bool = false
var isTest bool = true
////////////////////////
@@ -29,7 +29,7 @@ func testConfig() models.Config {
return models.Config{
Token: "7757765456:AAFpFXhbi9XCfgRt7P3OT3F_jrBBplubWZA",
HostName: "217.12.40.237",
DbName: "stage",
DbName: "test",
UserName: "root",
Password: "12641264",
}