Merge pull request #1305 from SkynetLabs/sevey/enable-accounting

Enabling account module
This commit is contained in:
Ivaylo Novakov 2021-10-25 10:31:39 +02:00 committed by GitHub
commit 575585ec9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Enable the accounting module for skyd

View File

@ -24,7 +24,7 @@ services:
restart: unless-stopped
logging: *default-logging
environment:
- SIA_MODULES=gctwr
- SIA_MODULES=gctwra
- MONGODB_URI=mongodb://${SKYNET_DB_HOST}:${SKYNET_DB_PORT}
- MONGODB_USER=${SKYNET_DB_USER}
- MONGODB_PASSWORD=${SKYNET_DB_PASS}