Created
May 25, 2018 13:23
-
-
Save chalcedonyt/8537769e38bb7606ead5ed7c9f0827f0 to your computer and use it in GitHub Desktop.
Example secret for Laravel in Openshift
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| data: | |
| db_password: "bXlfZGJfcGFzc3dvcmQ=" | |
| laravel_app_key: "YmFzZTY0Om5mYkpydFJIZWJVZndMQTkwSWQxa0I2L0xZMXlDeDFzV0daS08zUGhkOGs9" | |
| kind: Secret | |
| metadata: | |
| name: my-laravel-app-secrets | |
| type: Opaque |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment