Skip to content

Commit d00be4d

Browse files
committed
Update "rhc cartridge" usage
1 parent 1df8d36 commit d00be4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ of use. The following list are some common variables but far from exhaustive:
2424
os.environ['OPENSHIFT_DATA_DIR'] - For persistent storage (between pushes)
2525
os.environ['OPENSHIFT_TMP_DIR'] - Temp storage (unmodified files deleted after 10 days)
2626

27-
When embedding a database using 'rhc app cartridge add', you can reference environment
27+
When embedding a database using 'rhc cartridge add', you can reference environment
2828
variables for username, host and password:
2929

3030
If you embed MySQL, then:

wsgi/openshift/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
if ON_OPENSHIFT:
2121
# os.environ['OPENSHIFT_MYSQL_DB_*'] variables can be used with databases created
22-
# with rhc app cartridge add (see /README in this git repo)
22+
# with rhc cartridge add (see /README in this git repo)
2323
DATABASES = {
2424
'default': {
2525
'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.

0 commit comments

Comments
 (0)