diff options
author | rubenwardy <rw@rubenwardy.com> | 2020-07-12 16:34:25 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2020-07-12 16:34:25 +0100 |
commit | 820c968f7354a8485d55921c7ecf585517b544e8 (patch) | |
tree | 923bea3bf13ef145d40c3ac60d4d69ef1d11b7ce /utils/gitlabci | |
parent | 9d1f098d8a366e5ec5e0a7e63c2c51267b674078 (diff) | |
download | cheatdb-820c968f7354a8485d55921c7ecf585517b544e8.tar.xz |
Replace "Content DB" with "ContentDB"
Diffstat (limited to 'utils/gitlabci')
-rw-r--r-- | utils/gitlabci/config.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gitlabci/config.cfg b/utils/gitlabci/config.cfg index b34934f..f91d77a 100644 --- a/utils/gitlabci/config.cfg +++ b/utils/gitlabci/config.cfg @@ -1,4 +1,4 @@ -USER_APP_NAME="Content DB" +USER_APP_NAME="ContentDB" SERVER_NAME="localhost:5123" BASE_URL="http://" + SERVER_NAME |