Goby3 3.1.5a
2024.05.23
Loading...
Searching...
No Matches
store_server_config.proto
Go to the documentation of this file.
1import "goby/protobuf/option_extensions.proto";
2import "goby/middleware/protobuf/app_config.proto";
3import "dccl/option_extensions.proto";
4import "goby/middleware/protobuf/tcp_config.proto";
5
6package goby.apps.acomms.protobuf;
7
8message StoreServerConfig
9{
10 optional goby.middleware.protobuf.AppConfig app = 1;
11
12 optional goby.middleware.protobuf.TCPServerConfig tcp_server = 2;
13
14 optional string db_file_dir = 3 [default = "."];
15 optional string db_file_name = 4; // reopens file if it already exists
16}