10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
|
|
# Server Configuration
|
||
|
|
PORT=8080
|
||
|
|
GIN_MODE=debug
|
||
|
|
|
||
|
|
# Database Configuration (SQLite)
|
||
|
|
DB_PATH=./data/gorm.db
|
||
|
|
|
||
|
|
# Test Database Path (optional, for running tests)
|
||
|
|
# TEST_DB_PATH=./data/gorm_test.db
|