refactor: consolidate project structure by migrating authentication, identity, and shared UI components while removing legacy Web Client files.
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
"ConnectionStrings": {
|
||||
"SqliteConnection": "Data Source=nexus.db"
|
||||
},
|
||||
"Authentication": {
|
||||
"Google": {
|
||||
"ClientId": "YOUR_CLIENT_ID.apps.googleusercontent.com",
|
||||
"ClientSecret": "YOUR_CLIENT_SECRET"
|
||||
}
|
||||
},
|
||||
"Ai": {
|
||||
"Google": {
|
||||
"ApiKey": "PLACEHOLDER",
|
||||
|
||||
Reference in New Issue
Block a user