update environment example to use single API_KEY and add ADMIN_KEY

This commit is contained in:
Flavio Fois
2026-03-17 18:29:32 +01:00
parent 4058cbe17c
commit b23915d3b0

View File

@@ -1,3 +1,4 @@
PORT=8080 PORT=8080
DB_DSN=root:secret@tcp(127.0.0.1:3306)/emly?parseTime=true&loc=UTC DB_DSN=root:secret@tcp(127.0.0.1:3306)/emly?parseTime=true&loc=UTC
API_KEYS=key-one,key-two,key-three API_KEY=key-one
ADMIN_KEY=admin-key-one