Skip to content

Commit 8343d16

Browse files
committed
feat: added config file
1 parent c99d401 commit 8343d16

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Configuration of Octopus-Service
2+
octopus:
3+
# Host of Octopus-gRPC Server
4+
host: "127.0.0.1"
5+
# Port of Octopus-gRPC Server
6+
port: 50051
7+
# Replace to Octopus-API token
8+
token: "development"

0 commit comments

Comments
 (0)