mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 01:36:56 +01:00
Remove testnet-specific subdomain & headers
This commit is contained in:
parent
15e50ba96e
commit
4fbac054b1
@ -9,9 +9,9 @@ require('dotenv').config()
|
||||
|
||||
|
||||
// ======== Preparation ======== //
|
||||
const conn = new driver.Connection('https://test.bigchaindb.com/api/v1/', {
|
||||
app_id: process.env.BIGCHAINDB_APP_ID,
|
||||
app_key: process.env.BIGCHAINDB_APP_KEY
|
||||
const conn = new driver.Connection('https://example.com/api/v1/', {
|
||||
header1: header1_value,
|
||||
header2: header2_value
|
||||
})
|
||||
|
||||
const alice = new driver.Ed25519Keypair()
|
||||
|
@ -9,9 +9,9 @@ require('dotenv').config()
|
||||
|
||||
|
||||
// ======== Preparation ======== //
|
||||
const conn = new driver.Connection('https://test.bigchaindb.com/api/v1/', {
|
||||
app_id: process.env.BIGCHAINDB_APP_ID,
|
||||
app_key: process.env.BIGCHAINDB_APP_KEY
|
||||
const conn = new driver.Connection('https://example.com/api/v1/', {
|
||||
header1: header1_value,
|
||||
header2: header2_value
|
||||
})
|
||||
|
||||
const alice = new driver.Ed25519Keypair()
|
||||
|
@ -9,9 +9,9 @@ require('dotenv').config()
|
||||
|
||||
|
||||
// ======== Preparation ======== //
|
||||
const conn = new driver.Connection('https://test.bigchaindb.com/api/v1/', {
|
||||
app_id: process.env.BIGCHAINDB_APP_ID,
|
||||
app_key: process.env.BIGCHAINDB_APP_KEY
|
||||
const conn = new driver.Connection('https://example.com/api/v1/', {
|
||||
header1: header1_value,
|
||||
header2: header2_value
|
||||
})
|
||||
|
||||
const alice = new driver.Ed25519Keypair()
|
||||
|
Loading…
Reference in New Issue
Block a user