Commit Graph

7 Commits

Author SHA1 Message Date
IshaVenikar
8ae1aec468 Navigate to success page after auction creation 2024-10-15 18:20:11 +05:30
IshaVenikar
2a011a99cd Pass auction data when adding project 2024-10-15 18:20:11 +05:30
IshaVenikar
f1e758f25d Check for auction status in a loop 2024-10-15 18:20:11 +05:30
IshaVenikar
e5d9278b00 Take auction params from config 2024-10-15 18:20:11 +05:30
IshaVenikar
4813bdaa4d Changes to upgrade registry-sdk 2024-10-03 11:34:08 +05:30
Vivian Phung
e751addcce
Update local.toml.example in packages/backend (#228)
### TL;DR

Added new keys for Google and Turnkey integration in `local.toml.example`

### What changed?

- Updated server session secret to empty string
- Added placeholders for google clientId and clientSecret
- Added placeholders for Turnkey API integration (apiBaseUrl, apiPrivateKey, apiPublicKey, defaultOrganizationId)

### How to test?

1. Pull the latest changes
2. Update `local.toml.example` file with actual values.
3. Run the application locally and ensure all services are working correctly.

### Why make this change?

To integrate new services (Google and Turnkey) into the project setup.

---
2024-06-24 19:42:33 -04:00
Vivian Phung
50749055bf
ignore backend env file and readme 2024-02-26 17:33:44 -05:00