add server api handlers. Fix bug with cmd output
This commit is contained in:
@@ -17,3 +17,6 @@ NEXUS_SYNC_CLIENT_TOKENS="dev-client:dev-token"
|
||||
|
||||
# Logging level for the server: DEBUG, INFO, WARNING, ERROR, CRITICAL.
|
||||
NEXUS_SYNC_LOG_LEVEL="INFO"
|
||||
|
||||
# SQLAlchemy database URL. The default is a local SQLite database.
|
||||
NEXUS_SYNC_DATABASE_URL="sqlite:///nexus-sync.db"
|
||||
|
||||
Reference in New Issue
Block a user