feat(api): add client app service endpoints
This commit is contained in:
@@ -14,3 +14,11 @@ SecretKey: change-me-to-a-random-string
|
||||
Global:
|
||||
UserRegisterURL: http://localhost:5174/register
|
||||
ManualRechargeMaxAmount: 100000000
|
||||
MockVerificationEnabled: true
|
||||
MockVerificationCode: "123456"
|
||||
VerificationTTLSeconds: 300
|
||||
VerificationSendIntervalSeconds: 60
|
||||
MockPaymentEnabled: true
|
||||
DeliveryArrivalRadiusMeters: 200
|
||||
UploadVideoMaxSize: 104857600
|
||||
FieldEncryptionKey: change-me-32-byte-development-key
|
||||
|
||||
Reference in New Issue
Block a user