This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
Envelope
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add .env.example
feature/add-notifications
Tovi Jaeschke-Rogers
2 years ago
parent
911c9c4cce
commit
aac000cc9a
3 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
BIN
Backend/main
+2
-0
mobile/.env.example
+ 1
- 0
.gitignore
View File
@ -1,2 +1,3 @@
/mobile/.env
/mobile/.env
/Backend/main
/Backend/attachments/*
/Backend/attachments/*
BIN
Backend/main
View File
+ 2
- 0
mobile/.env.example
View File
@ -0,0 +1,2 @@
SERVER_URL=http://localhost:8080/
ENVIRONMENT=development
Write
Preview
Loading…
Cancel
Save