|
1 | | -# Pictique Configuration |
2 | | -PUBLIC_PICTIQUE_BASE_URL=your_public_pictique_base_url_here |
| 1 | +# Neo4j Configuration |
| 2 | +NEO4J_URI=bolt://localhost:7687 |
| 3 | +NEO4J_USER=neo4j |
| 4 | +NEO4J_PASSWORD=your-neo4j-password |
3 | 5 |
|
4 | | -# Blabsy Configuration |
5 | | -PUBLIC_BLABSY_BASE_URL=your_public_blabsy_base_url_here |
| 6 | +PUBLIC_EVAULT_SERVER_URI=http://localhost:4000 |
6 | 7 |
|
7 | | -# Eid Wallet & Pictique Configuration (Svelte) |
8 | | -PUBLIC_REGISTRY_URL=your_public_registry_url_here |
9 | | -PUBLIC_PROVISIONER_URL=your_public_provisioner_url_here |
| 8 | +REGISTRY_ENTROPY_KEY_JWK='{"kty":"EC","use":"sig","alg":"ES256","kid":"entropy-key-1","crv":"P-256","x":"your-x-value","y":"your-y-value","d":"your-d-value"}' |
| 9 | +ENCRYPTION_PASSWORD="your-encryption-password" |
| 10 | +W3ID="@your-w3id" |
10 | 11 |
|
11 | | -# Next.js Applications Configuration (eVoting, Blabsy, Group Charter Manager) |
12 | | -NEXT_PUBLIC_REGISTRY_URL=your_public_registry_url_here |
| 12 | +REGISTRY_DATABASE_URL=postgresql://postgres:postgres@localhost:5432/registry |
13 | 13 |
|
14 | | -# Neo4j Configuration |
15 | | -NEO4J_URI=bolt://neo4j:7687 |
16 | | -NEO4J_USER=neo4j |
17 | | -NEO4J_PASSWORD=your_secure_password_here |
| 14 | +REGISTRY_SHARED_SECRET="your-registry-shared-secret" |
| 15 | +PROVISIONER_DATABASE_URL="postgres://postgres:postgres@localhost:5432/provisioner" |
| 16 | +PUBLIC_VERIFF_KEY="your-veriff-key" |
| 17 | +VERIFF_HMAC_KEY="your-veriff-hmac-key" |
| 18 | + |
| 19 | +# set this to allow or deny |
| 20 | +DUPLICATES_POLICY="DENY" |
| 21 | +IP_ADDR="localhost" |
| 22 | + |
| 23 | +PICTIQUE_DATABASE_URL=postgresql://postgres:postgres@localhost:5432/pictique |
| 24 | + |
| 25 | +PICTIQUE_MAPPING_DB_PATH=/path/to/pictique/mapping/db |
| 26 | +BLABSY_MAPPING_DB_PATH="/path/to/blabsy/mapping/db" |
| 27 | +DREAMSYNC_MAPPING_DB_PATH="/path/to/dreamsync/mapping/db" |
| 28 | +GROUP_CHARTER_MAPPING_DB_PATH=/path/to/charter/mapping/db |
| 29 | +CERBERUS_MAPPING_DB_PATH=/path/to/cerberus/mapping/db |
| 30 | + |
| 31 | +GOOGLE_APPLICATION_CREDENTIALS="/path/to/firebase-secrets.json" |
| 32 | + |
| 33 | +#PUBLIC_REGISTRY_URL="https://registry.w3ds.metastate.foundation" |
| 34 | +#PUBLIC_PROVISIONER_URL="https://provisioner.w3ds.metastate.foundation" |
| 35 | + |
| 36 | +#PUBLIC_REGISTRY_URL="https://registry.staging.metastate.foundation" |
| 37 | +#PUBLIC_PROVISIONER_URL="https://provisioner.staging.metastate.foundation" |
| 38 | + |
| 39 | +PUBLIC_REGISTRY_URL="http://localhost:4321" |
| 40 | +PUBLIC_PROVISIONER_URL="http://localhost:3001" |
| 41 | + |
| 42 | +PUBLIC_PICTIQUE_URL="http://localhost:5173" |
| 43 | +PUBLIC_PICTIQUE_BASE_URL="http://localhost:1111" |
| 44 | +PUBLIC_BLABSY_URL="http://localhost:8080" |
| 45 | +PUBLIC_BLABSY_BASE_URL="http://localhost:4444" |
| 46 | + |
| 47 | +PUBLIC_GROUP_CHARTER_BASE_URL="http://localhost:5555" |
| 48 | +GROUP_CHARTER_DATABASE_URL=postgresql://postgres:postgres@localhost:5432/group_charter_manager |
| 49 | + |
| 50 | +CERBERUS_DATABASE_URL=postgresql://postgres:postgres@localhost:5432/cerberus |
| 51 | +PUBLIC_CERBERUS_BASE_URL="http://localhost:6666" |
| 52 | + |
| 53 | +EVOTING_DATABASE_URL=postgresql://postgres:postgres@localhost:5432/evoting |
| 54 | + |
| 55 | +EVOTING_MAPPING_DB_PATH="/path/to/evoting/mapping/db" |
| 56 | + |
| 57 | +OPENAI_API_KEY=sk-your-openai-api-key |
| 58 | + |
| 59 | +PUBLIC_EVOTING_BASE_URL="http://localhost:7777" |
| 60 | +PUBLIC_EVOTING_URL="http://localhost:3001" |
| 61 | + |
| 62 | +PUBLIC_APP_STORE_EID_WALLET="" |
| 63 | +PUBLIC_PLAY_STORE_EID_WALLET="" |
| 64 | +NOTIFICATION_SHARED_SECRET=your-notification-secret-key |
| 65 | + |
| 66 | +DREAMSYNC_DATABASE_URL=postgresql://postgres:postgres@localhost:5432/dreamsync |
| 67 | +VITE_DREAMSYNC_BASE_URL="http://localhost:8888" |
| 68 | + |
| 69 | +EREPUTATION_DATABASE_URL=postgresql://postgres:postgres@localhost:5432/ereputation |
| 70 | +EREPUTATION_MAPPING_DB_PATH="/path/to/erep/mapping/db" |
| 71 | +VITE_EREPUTATION_BASE_URL=http://localhost:8765 |
18 | 72 |
|
19 | | -# eVault Configuration |
20 | | -PORT=4000 |
| 73 | +LOAD_TEST_USER_COUNT=6 |
0 commit comments