blob: fdb348309271ebb906700d08699082a49583eeb6 [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.
// Sensor Log configuration constants and default flag values.
package config
const (
DefaultSbService = "syncbase"
AppName = "sensorlog_lite"
DBName = "sldb"
)