add init new files
This commit is contained in:
15
.env.example
Normal file
15
.env.example
Normal file
@@ -0,0 +1,15 @@
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_USER=postgres
|
||||
DB_PASSWORD=postgres
|
||||
DB_NAME=postgres
|
||||
|
||||
DB_SSLMODE=prefer
|
||||
|
||||
ROOT_PATH=/apiservice
|
||||
|
||||
APP_NAME=APIsService
|
||||
|
||||
ADMIN_SECRET_KEY=change-me
|
||||
ADMIN_USERNAME=admin
|
||||
ADMIN_PASSWORD=change-me
|
||||
Reference in New Issue
Block a user