1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-24 17:04:43 +00:00

Fix typo in README

This commit is contained in:
2019-11-20 10:45:48 -05:00
parent 9f37946ba1
commit 6ced3c6797

View File

@@ -36,7 +36,7 @@ To deploy a a full local version of the app `bash deploy/deploy-test.sh` (this r
# Deployment
The production version of this is currently deployed in Kubernetes. See [Deploying with Kubernetes](deploy/kubernetes/READEME.md)
The production version of this is currently deployed in Kubernetes. See [Deploying with Kubernetes](deploy/kubernetes/README.md)
**Required environment variables for deployment**
* `WRESTLINGDEV_DB_NAME=databasename`
@@ -52,4 +52,4 @@ The production version of this is currently deployed in Kubernetes. See [Deployi
* `MEMCACHIER_PASSWORD=memcachier_password` needed for caching password
* `MEMCACHIER_SERVERS=memcachier_hostname:memcachier_port` needed for caching
* `MEMCACHIER_USERNAME=memcachier_username` needed for caching
* `WRESTLINGDEV_NEW_RELIC_LICENSE_KEY=new_relic_license_key` this is only needed to use new relic
* `WRESTLINGDEV_NEW_RELIC_LICENSE_KEY=new_relic_license_key` this is only needed to use new relic