diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-03-21 00:34:38 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-03-21 00:34:38 +0100 |
| commit | 56cb10cfe966dd496955122a1ed25ee9d4e020ce (patch) | |
| tree | b1d158495c500035ee0d33017c5ed1839d6bae0b /config | |
| parent | a77e412cb030d92992e5e541879f9a0662f7073b (diff) | |
switch domain and add mock data
Diffstat (limited to 'config')
| -rw-r--r-- | config/default.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/default.json b/config/default.json index 73eac90..c483c76 100644 --- a/config/default.json +++ b/config/default.json @@ -1,7 +1,7 @@ { "host": "localhost", - "port": 3030, - "mysql": "mysql://featherstest:password@localhost:3306/feathersTest", + "port": 3013, + "mysql": "mysql://calories:toptal@localhost:3306/calories", "public": "../public/", "auth": { "idField": "id", |
