JeanVydes / tayrona-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tayrona API

Create Env

GENERAL_ENCRYPTION_KEY=unicorns/on/ketamine
POSTGRES_URL=postgres://postgres.example:example@example.com:6969/postgres
MONGO_URL=mongodb://localhost:27017
REDIS_NODES=redis://localhost:6379,redis://localhost2:6379

Create Keys Pair

openssl genpkey -algorithm RSA -out private.pem -pkeyopt rsa_keygen_bits:4096
openssl rsa -pubout -in private_key.pem -out public.pem

About

License:Other


Languages

Language:Rust 100.0%