An open API service indexing awesome lists of open source software.

https://github.com/sineware/cloud-api

Sineware Cloud Services - Main API Server and WS Gateway
https://github.com/sineware/cloud-api

Last synced: about 1 year ago
JSON representation

Sineware Cloud Services - Main API Server and WS Gateway

Awesome Lists containing this project

README

          

# Sineware Cloud API Server
The Sineware Cloud API Server:
* Update Services for ProLinux
* Website/Frontend Content
* And some other stuff eventually

Environment Variables:
```dotenv
PORT=3000
SERVER_API_PREFIX=/api/v1/
SERVER_REDIS_HOST=127.0.0.1
SERVER_REDIS_PORT=6379
SERVER_HOME=./home/
AUTHSERVER_URL=http://localhost:3001/api/v1
```