blob: f5a77b14ecb02ac38bcf752000bcfea9d4cac9fc [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// util.go stores constants relevant to the syncbase hierarchy
package sync
const (
// switch back to my mountpoint with the following code:
MountPoint = "users/emshack@google.com"
//MountPoint = "/192.168.86.254:8101"
UserID = 4444
UserColor = 16777215
UserAvatar = "player3.jpeg"
UserName = "D"
SBName = "syncbase3"
AppName = "app"
DbName = "db"
LogName = "games"
SettingsName = "table_settings"
CroupierInterface = "CroupierSettingsAndGame"
)