Browse Source

Add .env example filles

develop
Tovi Jaeschke-Rogers 2 years ago
parent
commit
44f68e2228
3 changed files with 6 additions and 0 deletions
  1. +2
    -0
      mobile/.env.development.example
  2. +2
    -0
      mobile/.env.production.example
  3. +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/"

Loading…
Cancel
Save