1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2024-12-22 00:36:41 +02:00

сделал func Getenv()

This commit is contained in:
Nikitin Aleksandr 2024-02-20 15:04:04 +03:00
parent b57d354faf
commit 1fdb9c8453

View File

@ -105,7 +105,7 @@ func FillSettings() {
//
Name = "EXCLUDE_TABLES"
s = Getenv(Name, true)
s = Getenv(Name, false)
Settings.EXCLUDE_TABLES = s
//