From 33f98176c3f8b026330c4f890a4b98ccd12adac0 Mon Sep 17 00:00:00 2001 From: AshleyWoods <35774040+AshleyWoods@users.noreply.github.com> Date: Tue, 1 Jun 2021 11:27:55 -0400 Subject: [PATCH] Added back the example files for the properties and resources Added back example files for the properties and resources that had previously been removed. --- habitica.properties.example | 18 ++++++++++++++++++ habitica.resources.example | 3 +++ 2 files changed, 21 insertions(+) create mode 100644 habitica.properties.example create mode 100644 habitica.resources.example diff --git a/habitica.properties.example b/habitica.properties.example new file mode 100644 index 000000000..0c783067a --- /dev/null +++ b/habitica.properties.example @@ -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= diff --git a/habitica.resources.example b/habitica.resources.example new file mode 100644 index 000000000..989a5322f --- /dev/null +++ b/habitica.resources.example @@ -0,0 +1,3 @@ +fabric_key=CHANGE_ME +facebook_app_id=CHANGE_ME +amplitude_app_id=CHANGE_ME