-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.dist
More file actions
21 lines (16 loc) · 763 Bytes
/
.env.dist
File metadata and controls
21 lines (16 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SpeleoDB Test Configuration
# Copy this file to .env and fill in your test credentials
# These will be used for running integration tests
# SpeleoDB instance URL (without trailing slash)
TEST_SPELEODB_INSTANCE=https://www.speleoDB.org
# OAuth token (40 character hexadecimal)
TEST_SPELEODB_OAUTH=0123456789abcdef0123456789abcdef01234567
# Alternative: Email and Password (if not using OAuth)
# TEST_SPELEODB_EMAIL=your@email.com
# TEST_SPELEODB_PASSWORD=yourpassword
# Sentry DSN for error tracking (compile-time, set before building)
# SENTRY_DSN_SPELEODB_COMPASS=https://your-key@your-org.ingest.us.sentry.io/your-project-id
# Tauri Signing Key
TAURI_SIGNING_PUBLIC_KEY=<key>
TAURI_SIGNING_PRIVATE_KEY=<key>
TAURI_SIGNING_PRIVATE_KEY_PASSWORD=<password>