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 filles
develop
Tovi Jaeschke-Rogers
2 years ago
parent
33748cbf08
commit
44f68e2228
3 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
mobile/.env.development.example
+2
-0
mobile/.env.production.example
+2
-0
mobile/.env.staging.example
+ 2
- 0
mobile/.env.development.example
View File
@ -0,0 +1,2 @@
ENVIRONMENT='development'
SERVER_URL="http://192.168.1.4:8080/"
+ 2
- 0
mobile/.env.production.example
View File
@ -0,0 +1,2 @@
ENVIRONMENT='production'
SERVER_URL="https://envelopemessenger.xyz/"
+ 2
- 0
mobile/.env.staging.example
View File
@ -0,0 +1,2 @@
ENVIRONMENT='staging'
SERVER_URL="https://staging.envelopemessenger.xyz/"
Write
Preview
Loading…
Cancel
Save