Add platform admin hosting API for Ladill account provisioning.
Deploy Ladill Hosting / deploy (push) Successful in 1m29s
Deploy Ladill Hosting / deploy (push) Successful in 1m29s
Expose authenticated service endpoints for assigning, listing, renewing, and managing hosting accounts from the platform, with tests and deploy docs. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -65,10 +65,17 @@ On the **platform** `.env`:
|
||||
```env
|
||||
BILLING_API_KEY_HOSTING=<same as this app>
|
||||
IDENTITY_API_KEY_HOSTING=<same as this app>
|
||||
HOSTING_API_KEY_ACCOUNT=<same as PLATFORM_API_KEY_HOSTING below>
|
||||
RP_HOSTING_FRONTCHANNEL_LOGOUT=https://hosting.ladill.com/sso/logout-frontchannel
|
||||
LADILL_HOSTING_APP_URL=https://hosting.ladill.com
|
||||
```
|
||||
|
||||
On this app's `.env`:
|
||||
|
||||
```env
|
||||
PLATFORM_API_KEY_HOSTING=<same as platform HOSTING_API_KEY_ACCOUNT>
|
||||
```
|
||||
|
||||
Then `php artisan config:cache` on the platform.
|
||||
|
||||
## 5. nginx + TLS
|
||||
|
||||
Reference in New Issue
Block a user