app.apns.configuration
is now a settable property (#6)
This allows for configuration to be accessed or modified by other code after it is set.
app.apns.configuration = try .init(keyIdentifier: ..., ...)
// later
print(app.apns.configuration?.teamIdentifier)
- Updated to latest Vapor 4.0.0 beta (#6)