Skip to content

Timon-D3v/DelivAPI

Repository files navigation

DelivAPI

A personal CDN/WebAPI for uploading and pulling images and other files from.

Env Variables

ENV = <"dev" | "prod"> PORT = <number> HOST = <string> # e.g. "localhost"

SESSION_SECRET = <string>

MYSQL_HOST = <string> MYSQL_USER = <string> # e.g. "user" MYSQL_PASSWORD = <string> # e.g. "password123" MYSQL_SCHEMA = "cdn" MYSQL_PORT = <number> # e.g. 3306

MAILJET_PUBLIC_KEY = <your-mailjet-key> MAILJET_PRIVATE_KEY = <your-mailjet-key>

ORIGIN = <string> # e.g. "http://localhost:8000"

About

A personal CDN/WebAPI for uploading and pulling images and other files from.

Topics

Resources

License

Stars

Watchers

Forks