diff options
Diffstat (limited to 'config/production.json')
| -rw-r--r-- | config/production.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/config/production.json b/config/production.json new file mode 100644 index 0000000..b3bfa5a --- /dev/null +++ b/config/production.json @@ -0,0 +1,13 @@ +{ + "host": "feathers-test-app.feathersjs.com", + "port": 80, + "mysql": "DATABASE_URL", + "public": "../public/", + "auth": { + "idField": "id", + "token": { + "secret": "FEATHERS_AUTH_SECRET" + }, + "local": {} + } +} |
