feat: RRBEC Local Server - Go backend with Django sync
- Implement local-first architecture with SQLite - Add bidirectional sync with Django via ChangeLog - JWT authentication with auto-refresh token - REST API for products, orders, commands, payments - Stock management with automatic deduction
This commit is contained in:
8
rrbec_server/.env
Normal file
8
rrbec_server/.env
Normal file
@@ -0,0 +1,8 @@
|
||||
# Server Configuration
|
||||
PORT=8080
|
||||
DB_NAME=rrbec.db
|
||||
|
||||
# Django Cloud Configuration
|
||||
DJANGO_BASE_URL=http://127.0.0.1:8000
|
||||
DJANGO_MASTER_USER=welton89
|
||||
DJANGO_MASTER_PASSWORD=pindoba10
|
||||
Reference in New Issue
Block a user