Skip to content

Commit caa71ed

Browse files
committed
chore: added example env to satisfy failing checks on CI pipeline checks on github
1 parent ba6e5f8 commit caa71ed

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.env.example

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
113
# Neo4j Configuration
214
NEO4J_URI=bolt://neo4j:7687
315
NEO4J_USER=neo4j
416
NEO4J_PASSWORD=your_secure_password_here
517

618
# eVault Configuration
7-
PORT=4000
19+
PORT=4000

0 commit comments

Comments
 (0)