update environment example to use single API_KEY and add ADMIN_KEY
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user