Summary: Add warning dialog when FB employee uses OSS Flipper Reviewed By: passy, danielbuechele Differential Revision: D16783408 fbshipit-source-id: 3e7e533c5b96d4204fc38570a4e65c23ac0aaa25
15 lines
381 B
TypeScript
15 lines
381 B
TypeScript
/**
|
|
* Copyright 2018-present Facebook.
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
* @format
|
|
*/
|
|
|
|
export default {
|
|
updateServer: 'https://www.facebook.com/fbflipper/public/latest.json',
|
|
bugReportButtonVisible: false,
|
|
showLogin: false,
|
|
showFlipperRating: false,
|
|
warnFBEmployees: true,
|
|
};
|