You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
431 B
11 lines
431 B
6 years ago
|
import { defineMessages } from 'react-intl'
|
||
|
|
||
|
/* eslint-disable max-len */
|
||
|
export default defineMessages({
|
||
|
hostname_title: 'Host',
|
||
|
hostname_description: 'Hostname and port of the Lnd gRPC interface. Example: localhost:10009',
|
||
|
cert_title: 'TLS Certificate',
|
||
|
cert_description: 'Path to the lnd tls cert. Example: /path/to/tls.cert',
|
||
|
macaroon_description: 'Path to the lnd macaroon file. Example: /path/to/admin.macaroon'
|
||
|
})
|