Skip to content
Snippets Groups Projects
Commit d80fe31b authored by Johannes Zumthurm's avatar Johannes Zumthurm
Browse files

whyyyyyy?

parent 2449c72c
No related branches found
No related tags found
1 merge request!677Gitlab ci
Pipeline #287438 failed
......@@ -3,6 +3,8 @@ test:
services:
- name: mongo:5.0.14
alias: mongodb
variables:
AMIVAPI_CONFIG: /api/amivapi/tests/config.py
before_script:
- pip install --upgrade pip
- pip install tox
......
......@@ -44,7 +44,7 @@ MONGO_QUERY_BLACKLIST = ['$where'] # default blacklists where and regex queries
CACHE_CONTROL = 'no-cache, must-revalidate'
# MongoDB
MONGO_HOST = 'mongodb'
MONGO_HOST = 'localhost'
MONGO_PORT = 27017
MONGO_DBNAME = 'amivapi'
MONGO_USERNAME = 'amivapi'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment