HEX
Server: Apache
System: Linux webd004.cluster130.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User: frenchy (106757)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/f/r/e/frenchy/www/french-american.org/current/node_modules/nconf/test/fixtures/data.js
/*
 * data.js: Simple data fixture for configuration test.
 *
 * (C) 2011, Charlie Robbins and the Contributors.
 *
 */

exports.data = {
  isNull: null,
  literal: 'bazz',
  arr: ['one', 2, true, { value: 'foo' }],
  obj: {
    host: 'localhost',
    port: 5984,
    array: ['one', 2, true, { foo: 'bar' }],
    auth: {
      username: 'admin',
      password: 'password'
    }
  }
};

exports.merge = {
  prop1: 1,
  prop2: [1, 2, 3],
  prop3: {
    foo: 'bar',
    bar: 'foo'
  }
};