Backend is here. Default admin is created if needed.
This commit is contained in:
6
server/.env
Normal file
6
server/.env
Normal file
@@ -0,0 +1,6 @@
|
||||
PORT=3002
|
||||
DATABASE_URL="file:./dev.db"
|
||||
JWT_SECRET="supersecretkey_change_in_production"
|
||||
API_KEY="AIzaSyCiu9gD-BcsbyIT1qpPIJrKvz_2sVyZE9A"
|
||||
ADMIN_EMAIL=admin@gymflow.ai
|
||||
ADMIN_PASSWORD=admin123
|
||||
Reference in New Issue
Block a user