add rest api for api_bb vue a lot of files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
PORT=8080
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_USER=postgres
|
||||
DB_PASSWORD=postgres
|
||||
DB_NAME=bb_db
|
||||
DB_SSLMODE=disable
|
||||
JWT_SECRET=your-super-secret-jwt-key-change-in-production
|
||||
Reference in New Issue
Block a user