Reviewed By: passy Differential Revision: D14598657 fbshipit-source-id: 3ee6ee5ec7323616ac200243747e0b44b1ce65d4
13 lines
328 B
JavaScript
13 lines
328 B
JavaScript
/**
|
|
* 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,
|
|
};
|