Discomboluating
This commit is contained in:
@@ -13,9 +13,14 @@ Create your admin account on first launch via the Admin UI.
|
||||
|
||||
---
|
||||
|
||||
## 2. Create the `economy_users` collection
|
||||
## 2. Create economy collections for both bot profiles
|
||||
|
||||
In the Admin UI → **Collections** → **New collection** → name it exactly `economy_users`.
|
||||
In the Admin UI → **Collections** → **New collection** and create:
|
||||
|
||||
- `economy_users_dev`
|
||||
- `economy_users_prod`
|
||||
|
||||
Use the same schema for both collections.
|
||||
|
||||
Add the following fields:
|
||||
|
||||
@@ -51,6 +56,8 @@ Add to your `.env`:
|
||||
PB_URL=http://127.0.0.1:8090
|
||||
PB_ADMIN_EMAIL=your-admin@email.com
|
||||
PB_ADMIN_PASSWORD=your-admin-password
|
||||
PB_ECONOMY_COLLECTION_DEV=economy_users_dev
|
||||
PB_ECONOMY_COLLECTION_ECONOMY=economy_users_prod
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user