Kronborg
Go api with gofiber using session storage with redis
okay i just show this var ConfigDefault = Config{
Host: "127.0.0.1",
Port: 6379,
Username: "",
Password: "",
URL: "",
Database: 0,
Reset: false,
TLSConfig: nil,
PoolSize: 10 * runtime.GOMAXPROCS(0),
Addrs: []string{},
MasterName: "",
ClientName: "",
SentinelUsername: "",
SentinelPassword: "",
}
19 replies
Django Hosting
i still get this Not Found: /static/style.css
Not Found: /static/pagination.js
Not Found: /static/multiselect.js but now this is not showing ?: (staticfiles.W004) The directory '/app/static' in the STATICFILES_DIRS setting does not exist.
27 replies