Hi, I'm trying to store as an environment variable in Laravel vapor some long private keys but it founds that can't store variables larger than 2000 characters, so I try to store it on Secrets with the respective environment variable name and the value as the private keys itself and saved it, after I redeploy it doesn't take effect in any or other way. Is there a way to correctly store this keys or shorten the private key?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community