diff --git a/feathers-chat-ts/config/default.backup.json b/feathers-chat-ts/config/default.backup.json deleted file mode 100644 index 5d5e66c..0000000 --- a/feathers-chat-ts/config/default.backup.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "host": "tunnel.feathers.cloud", - "port": 3000, - "public": "../public/", - "origins": [ - "https://tunnel.feathers.cloud" - ], - "paginate": { - "default": 10, - "max": 50 - }, - "sqlite": { - "client": "sqlite3", - "connection": "feathers-chat.sqlite", - "useNullAsDefault": true - }, - "authentication": { - "entity": "user", - "service": "users", - "secret": "VL59H5Mz4td/nR/oxTumJrwCKOgeltEZ", - "authStrategies": [ - "jwt", - "local" - ], - "jwtOptions": { - "header": { - "typ": "access" - }, - "audience": "https://yourdomain.com", - "algorithm": "HS256", - "expiresIn": "1d" - }, - "local": { - "usernameField": "email", - "passwordField": "password" - }, - "oauth": { - "github": { - "key": "Ov23linkY2RBILeY9p04", - "secret": "9aa9c791fcee7a6146213bf5fb1fc202c089c5b1" - }, - "apple": { - "key": "com.theinfinitereality.com", - "secret": "eyJhbGciOiJFUzI1NiIsImtpZCI6IjJLNFc3RFlMUUwifQ.eyJpc3MiOiJVS1haTVoyM1A0IiwiYXVkIjoiaHR0cHM6Ly9hcHBsZWlkLmFwcGxlLmNvbSIsInN1YiI6ImNvbS50aGVpbmZpbml0ZXJlYWxpdHkuY29tIiwiaWF0IjoxNzE5MjA4NTU4LCJleHAiOjE3MTkyMjI5NTh9.-ZKgVBQjx4-1qqVhT_nRqona3mzQpBXkU7hUiQOoKbvS1XnFH8aF5Nig988oCk2gzrxwoOjSBZJF15ot6TqdDQ", - "scope": [ - "openid", - "email", - "name" - ], - "response": [ - "raw", - "jwt" - ], - "custom_params": { - "response_type": "code id_token", - "response_mode": "form_post" - } - } - } - } -} \ No newline at end of file