mirror of https://github.com/vapor/docs.git
fix deprecated code (#999)
fix deprecated code > [!WARNING] > `sandbox` is deprecated: renamed to `development`
This commit is contained in:
parent
c2f2b32aaf
commit
5e2c31f3e2
|
|
@ -48,7 +48,7 @@ let apnsConfig = APNSClientConfiguration(
|
|||
keyIdentifier: "<#key identifier#>",
|
||||
teamIdentifier: "<#team identifier#>"
|
||||
),
|
||||
environment: .sandbox
|
||||
environment: .development
|
||||
)
|
||||
app.apns.containers.use(
|
||||
apnsConfig,
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ let apnsConfig = APNSClientConfiguration(
|
|||
keyIdentifier: "<#key identifier#>",
|
||||
teamIdentifier: "<#team identifier#>"
|
||||
),
|
||||
environment: .sandbox
|
||||
environment: .development
|
||||
)
|
||||
app.apns.containers.use(
|
||||
apnsConfig,
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ let apnsConfig = APNSClientConfiguration(
|
|||
keyIdentifier: "<#key identifier#>",
|
||||
teamIdentifier: "<#team identifier#>"
|
||||
),
|
||||
environment: .sandbox
|
||||
environment: .development
|
||||
)
|
||||
app.apns.containers.use(
|
||||
apnsConfig,
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ let apnsConfig = APNSClientConfiguration(
|
|||
keyIdentifier: "<#key identifier#>",
|
||||
teamIdentifier: "<#team identifier#>"
|
||||
),
|
||||
environment: .sandbox
|
||||
environment: .development
|
||||
)
|
||||
app.apns.containers.use(
|
||||
apnsConfig,
|
||||
|
|
|
|||
Loading…
Reference in New Issue