aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index da2eff0cc..8930c755f 100644
--- a/src/config.js
+++ b/src/config.js
@@ -179,6 +179,10 @@ export const FRANZ_SERVICE_REQUEST = `${GITHUB_FERDI_URL}/recipes/issues`;
179export const FRANZ_TRANSLATION = 'https://crowdin.com/project/getferdi'; 179export const FRANZ_TRANSLATION = 'https://crowdin.com/project/getferdi';
180export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub'; 180export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub';
181 181
182export const GITHUB_ORG_NAME = 'getferdi';
183export const GITHUB_FERDI_REPO_NAME = 'ferdi';
184export const GITHUB_NIGHTLIES_REPO_NAME = 'nightlies';
185
182export const FILE_SYSTEM_SETTINGS_TYPES = [ 186export const FILE_SYSTEM_SETTINGS_TYPES = [
183 'app', 187 'app',
184 'proxy', 188 'proxy',