mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
16 lines
294 B
Text
16 lines
294 B
Text
# 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=
|