From 73246fa35438e06d65cfcf2adefe0778bc371f39 Mon Sep 17 00:00:00 2001 From: Hafiz Date: Sat, 14 May 2022 16:33:08 -0400 Subject: [PATCH] Setup --- habitica.properties.example | 18 ------------------ habitica.resources.example | 4 ---- 2 files changed, 22 deletions(-) delete mode 100644 habitica.properties.example delete mode 100644 habitica.resources.example diff --git a/habitica.properties.example b/habitica.properties.example deleted file mode 100644 index 0c783067a..000000000 --- a/habitica.properties.example +++ /dev/null @@ -1,18 +0,0 @@ -# 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 deleted file mode 100644 index 8d68b8005..000000000 --- a/habitica.resources.example +++ /dev/null @@ -1,4 +0,0 @@ -fabric_key=CHANGE_ME -facebook_app_id=CHANGE_ME -amplitude_app_id=CHANGE_ME -application_ad_id=CHANGE_ME