7120a729bd
+ DB access is now right and uses copied sessions + DB session is now specifying the safe state and the mode + Fixed the issue with too early ICCC messages regarding to late cache + Add the MIME type for Dart + Fixed the issuse with wrong order of shutdown handlers - TODO: Testing of these changes
13 lines
322 B
Go
13 lines
322 B
Go
package CustomerDB
|
|
|
|
import "labix.org/v2/mgo"
|
|
import LM "github.com/SommerEngineering/Ocean/Log/Meta"
|
|
|
|
var (
|
|
mainSession *mgo.Session = nil
|
|
senderName LM.Sender = `System::CustomerDB`
|
|
databaseUsername string = ``
|
|
databasePassword string = ``
|
|
databaseDB string = ``
|
|
)
|