18 lines
276 B
Plaintext
18 lines
276 B
Plaintext
# api Service Configuration
|
|
|
|
# Server
|
|
SERVER_PORT=8001
|
|
SERVER_HOST=0.0.0.0
|
|
|
|
# App
|
|
APP_NAME=api
|
|
APP_ENVIRONMENT=development
|
|
APP_DEBUG=true
|
|
|
|
# Logging
|
|
LOG_LEVEL=debug
|
|
LOG_FORMAT=text
|
|
|
|
# Database (if needed)
|
|
DATABASE_URL=postgres://dev:dev@localhost:5432/testgo5?sslmode=disable
|