Skip to content

Commit f2bfd96

Browse files
committed
Remove sensitive files from repository
1 parent bb5194a commit f2bfd96

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

.gitignore

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ target/
1616
*.iws
1717
*.iml
1818
*.ipr
19-
19+
*.properties
2020
/nbproject/private/
2121
/nbbuild/
2222
/dist/
@@ -47,11 +47,15 @@ build/
4747
logs/
4848
*.log
4949

50-
# Environment variables
51-
# .env
52-
.env.local
53-
.env.*.local
54-
application-local.properties
50+
51+
# Environment variables and sensitive config
52+
*.env
53+
*.local
54+
**/.env
55+
**/application.properties
56+
**/application.yml
57+
58+
!application-local.properties
5559

5660
# OS files
5761
.DS_Store

syncora_frontend/.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
VITE_API_URL=http://localhost:8081/api
22

3+
VITE_ZEGO_APP_ID=844442034
4+
VITE_ZEGO_SERVER_SECRET=7377d76fdf5dc8e5e422ed6606b68e07
5+
VITE_ZEGO_WS_URL=wss://webliveroom844442034-api.coolzcloud.com/ws

0 commit comments

Comments
 (0)