diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json index 2c2a535..a59d006 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,21 @@ "description": "TMW RESTful API", "author": "The Mana World", "license": "CC0-1.0", + "config": { + "port": 8080, + + "sql": { + "host": "localhost", + "user": "db user", + "password": "db password", + "database": "db", + "table": "table" + }, + + "recaptcha": { + "secret": "recaptcha secret key" + } + }, "repository": { "type": "git", "url": "https://github.com/themanaworld/api.git" |