phundrak.com/.env.example
Lucien Cartier-Tilet 7f217641f0
feat(backend): add initial backend
Backend as is can query GitHub for the information that will be
necessary later on in the frontend's pages. It does not cache this
information yet though.

Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-02-09 12:13:51 +01:00

4 lines
50 B
Plaintext

GH_TOKEN=
ACTIX_ADDRESS=127.0.0.1
ACTIX_PORT=8080