DB connected

This commit is contained in:
valitovgaziz
2024-08-08 10:58:02 +05:00
parent bd05ac48df
commit 69a735e692
5 changed files with 38 additions and 13 deletions
+9
View File
@@ -0,0 +1,9 @@
package configs
import(
)
type APIserver struct {
Server_port string
}
+1 -1
View File
@@ -6,4 +6,4 @@ type PSQLConfig struct {
Db_name string
Db_port string
Host_db string
}
}