mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 20:00:47 +00:00
feat(auth): Enhance authentication flow and settings management
This commit is contained in:
+2
-1
@@ -48,7 +48,8 @@ const defaultData = {
|
||||
apiKeys: [],
|
||||
settings: {
|
||||
cloudEnabled: false,
|
||||
stickyRoundRobinLimit: 3
|
||||
stickyRoundRobinLimit: 3,
|
||||
requireLogin: true
|
||||
},
|
||||
pricing: {} // NEW: pricing configuration
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user