We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6e5f8 commit caa71edCopy full SHA for caa71ed
.env.example
@@ -1,7 +1,19 @@
1
+# Pictique Configuration
2
+PUBLIC_PICTIQUE_URL=your_public_pictique_url_here
3
+PUBLIC_PICTIQUE_BASE_URL=your_public_pictique_base_url_here
4
+
5
+# Blabsy Configuration
6
+PUBLIC_BLABSY_URL=your_public_blabsy_url_here
7
+PUBLIC_BLABSY_BASE_URL=your_public_blabsy_base_url_here
8
9
+# Eid Wallet Configuration
10
+PUBLIC_REGISTRY_URL=your_public_registry_url_here
11
+PUBLIC_PROVISIONER_URL=your_public_provisioner_url_here
12
13
# Neo4j Configuration
14
NEO4J_URI=bolt://neo4j:7687
15
NEO4J_USER=neo4j
16
NEO4J_PASSWORD=your_secure_password_here
17
18
# eVault Configuration
-PORT=4000
19
+PORT=4000
0 commit comments