add initial project structure with configuration, models, and API key authentication
This commit is contained in:
3
.env.example
Normal file
3
.env.example
Normal file
@@ -0,0 +1,3 @@
|
||||
PORT=8080
|
||||
DB_DSN=root:secret@tcp(127.0.0.1:3306)/emly?parseTime=true&loc=UTC
|
||||
API_KEYS=key-one,key-two,key-three
|
||||
Reference in New Issue
Block a user