This project is the central database for cogmoteGO
First, create the dedicated secrets folder in the project root and switch into it:
mkdir -p secrets
cd secretsRun the following commands in the current secrets directory to generate a PEM-formatted Ed25519 key pair:
openssl genpkey -algorithm Ed25519 -out jwt-private-key.pem
openssl pkey -in jwt-private-key.pem -pubout -out jwt-public-key.pemCreate password.txt in the same directory and store the database password inside.