mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-18 11:49:01 +00:00
Added back the example files for the properties and resources
Added back example files for the properties and resources that had previously been removed.
This commit is contained in:
parent
f8ccec765d
commit
33f98176c3
2 changed files with 21 additions and 0 deletions
18
habitica.properties.example
Normal file
18
habitica.properties.example
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Habitica Server Port
|
||||
# local instance
|
||||
# PORT=3000
|
||||
PORT=80
|
||||
|
||||
# Genymotion
|
||||
# BASE_URL=http://10.0.3.2:3000
|
||||
|
||||
# Android Emulator
|
||||
# see: http://developer.android.com/tools/help/emulator.html#networkaddresses
|
||||
# BASE_URL=http://10.0.2.2:3000
|
||||
|
||||
# Production
|
||||
BASE_URL=https://habitica.com
|
||||
|
||||
STAGING_KEY=
|
||||
ANDROID_TESTING_UUID=
|
||||
APPLE_AUTH_CLIENT_ID=
|
||||
3
habitica.resources.example
Normal file
3
habitica.resources.example
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
fabric_key=CHANGE_ME
|
||||
facebook_app_id=CHANGE_ME
|
||||
amplitude_app_id=CHANGE_ME
|
||||
Loading…
Reference in a new issue