fms-js
Version:
FileMaker Server Connection for Node and the browser
21 lines (16 loc) • 320 B
JavaScript
/**
* Created by toddgeist on 5/3/15.
*/
/*
make a copy of this file
name it config.js
and enter the required values below
*/
module.exports = {
// enter the url of the server. ie 202.202.2.12 or test.example.com
url : '<url>',
//user name
userName : "admin" ,
//password
password : ""
};