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
- Host: GitHub
- URL: https://github.com/sineware/cloud-api
- Owner: Sineware
- License: agpl-3.0
- Created: 2021-03-12T20:32:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T05:51:25.000Z (over 4 years ago)
- Last Synced: 2024-04-14T10:56:42.127Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 478 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```