forked from Vietnam-Sui-Builders/taskos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (28 loc) · 1.64 KB
/
.env.example
File metadata and controls
33 lines (28 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
SUI_NETWORK=https://rpc.testnet.sui.io:443
NEXT_PUBLIC_PACKAGE_ID=0x569d476a856fbc14b8ac0b9257b29acb9c387c7ab12fc2bdcfdb8468d7fceb50
NEXT_PUBLIC_TASKS_REGISTRY_ID=0x35d8fde26d1523a57770ef454599abe498f33037f8f8fc1060f2ba5fbf5eff2c
NEXT_PUBLIC_PUBLISHER_ID=0x1db60018d17bb570f965f5c1761f8a6c147ab63496558f072a4bea881efa6de4
NEXT_PUBLIC_VERSION_ID=0xecc97019e6e77004b3b614cd8010dd44f2a3797d3a8cf064c5b7a7f2ad72b9bd
NEXT_PUBLIC_REDIRECT_URL=https://task-os.netlify.app
NEXT_PUBLIC_SEAL_KEY_SERVERS=
# https://seal-docs.wal.app/KeyServerOps/
NEXT_PUBLIC_SEAL_PACKAGE_ID_TESTNET=0x927a54e9ae803f82ebf480136a9bcff45101ccbe28b13f433c89f5181069d682
NEXT_PUBLIC_SEAL_PACKAGE_ID_MAINNET=0xa212c4c6c7183b911d0be8768f4cb1df7a383025b5d0ba0c014009f0f30f5f8d
# SEAL Key Server Configuration
# Testnet servers: https://seal-docs.wal.app/Pricing/#testnet
# - mysten-testnet-1: https://seal-testnet-1.walrus.space
# - mysten-testnet-2: https://seal-testnet-2.walrus.space
# For production, use your own SEAL key server
NEXT_PUBLIC_SEAL_KEY_SERVER=https://seal-testnet-2.walrus.space
# Enable mock SEAL mode for development (bypasses real SEAL key server)
# Set to 'false' to use real SEAL testnet server
# Set to 'true' to use mock encryption keys (for offline development)
NEXT_PUBLIC_ENABLE_MOCK_SEAL=false
# Walrus Storage Configuration
# Custom aggregator URL (optional - uses default testnet if not set)
# Use this if you encounter SSL certificate errors with default aggregators
# Example: https://aggregator.walrus-testnet.walrus.space
NEXT_PUBLIC_WALRUS_AGGREGATOR=
# Custom publisher URL (optional - for uploads)
NEXT_PUBLIC_WALRUS_PUBLISHER=
SECRETS_SCAN_SMART_DETECTION_ENABLED=false