1.0
This commit is contained in:
parent
eb761e98eb
commit
5d923c3816
1 changed files with 4 additions and 4 deletions
|
@ -33,12 +33,12 @@ type MongoLogin struct {
|
|||
|
||||
var (
|
||||
opts = Options{
|
||||
// MongoUri: "mongodb://127.0.0.1:27018",
|
||||
MongoUri: "mongodb://10.39.81.85:27018",
|
||||
RedisUri: "127.0.0.1:6379",
|
||||
MongoUri: "mongodb://127.0.0.1:27018",
|
||||
// MongoUri: "mongodb://10.39.81.85:27018",
|
||||
// RedisUri: "127.0.0.1:6379",
|
||||
RedisTTL: time.Hour * 11688, // 16 mesi
|
||||
LogFile: "./log/llmongo.log",
|
||||
// RedisUri: "redis-ll.mail.tiscali.sys:6379",
|
||||
RedisUri: "redis-ll.mail.tiscali.sys:6379",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue