-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.local.example
More file actions
52 lines (45 loc) · 2.38 KB
/
Copy path.env.local.example
File metadata and controls
52 lines (45 loc) · 2.38 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# ==============================================================================
# BIM API - Local Development Configuration
# ==============================================================================
# Copy to .env.local and fill in your values.
# This file is gitignored and only used for local development.
#
# In production, these values are injected by Terraform (container env vars).
# ------------------------------------------------------------------------------
# Server
# ------------------------------------------------------------------------------
NODE_ENV=development
LOG_LEVEL=debug
# Log every HTTP request (including static files). Default: only /api/* routes.
LOG_ALL_REQUESTS=false
PORT=8080
# ------------------------------------------------------------------------------
# WebAuthn
# ------------------------------------------------------------------------------
WEBAUTHN_RP_ID=localhost
WEBAUTHN_RP_NAME=BIM
WEBAUTHN_ORIGIN=http://localhost:8080
WEBAUTHN_AUTHENTICATOR_ATTACHMENT=platform
# ------------------------------------------------------------------------------
# Database
# ------------------------------------------------------------------------------
DATABASE_URL=postgresql://bim_user:bim_password@localhost:5432/bim
# ------------------------------------------------------------------------------
# Fees
# ------------------------------------------------------------------------------
BIM_TREASURY_ADDRESS=0x06c53f8ce155e02e587ca5ebee057857ce237e406bb370e019e9d937f71be07b
# ------------------------------------------------------------------------------
# Claimer (backend Starknet account for auto-claiming forward swaps)
# ------------------------------------------------------------------------------
CLAIMER_PRIVATE_KEY=0x_your_private_key_here
CLAIMER_ADDRESS=0x_your_claimer_address_here
# ------------------------------------------------------------------------------
# AVNU — API key (https://portal.avnu.fi) and REST API URL for sponsor credits.
# sepolia.api.avnu.fi on testnet, starknet.api.avnu.fi on mainnet.
# ------------------------------------------------------------------------------
AVNU_API_KEY=
# ------------------------------------------------------------------------------
# Alerting (optional - Slack notifications for balance monitoring)
# ------------------------------------------------------------------------------
#CRON_SECRET=
#ALERTING_SLACK_BOT_TOKEN=