Skip to content

Commit f167024

Browse files
committed
dev-demo add .env.local and port dev demo to .envx
1 parent 31ebb7b commit f167024

File tree

4 files changed

+418
-8
lines changed

4 files changed

+418
-8
lines changed

dev-demo/.env.local

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
KEYCLOAK_URL=http://localhost:8080
2+
3+
ADMINFORTH_SECRET=123
4+
NODE_ENV=development
5+
DATABASE_URL=sqlite://.db.sqlite
6+
PRISMA_DATABASE_URL=file:.db.sqlite

0 commit comments

Comments
 (0)