forked from linera-io/linera-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (16 loc) · 701 Bytes
/
.env.example
File metadata and controls
20 lines (16 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Environment configuration for Linera Protocol Makefile
#
# The Makefile uses public demo infrastructure by default (gs://demos.linera.net)
# which is safe to use for testing and public demos.
#
# For private/internal deployments, override these variables:
# Network configuration
# NETWORK_NAME=testnet-conway
# Private deployment configuration (optional)
# Override only if deploying to your own infrastructure
# GCS_BUCKET=gs://your-private-bucket
# URL_MAP=your-private-url-map
# Custom wallet directory (optional, defaults to temp)
# WALLET_DIR=/path/to/your/wallet/dir
# Note: The default values in the Makefile point to public infrastructure
# and are safe to expose in a public repository