mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Add generated public and private keys to .gitignore (#1133)
This commit is contained in:
@@ -11,5 +11,8 @@
|
||||
"OAUTH_PASSPHRASE": "%generate(secret)%",
|
||||
"OAUTH_ENCRYPTION_KEY": "%generate(secret)%"
|
||||
},
|
||||
"gitignore": [
|
||||
"/%CONFIG_DIR%/jwt/*.pem"
|
||||
],
|
||||
"aliases": ["oauth2-server", "oauth-server"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user