Add nginx proxy for akkounts/kredits API

closes #410
This commit is contained in:
2022-05-24 15:03:51 +02:00
parent 7a52f2bd89
commit 92d1bcd8c7
7 changed files with 84 additions and 31 deletions

View File

@@ -1,4 +1,6 @@
node.default['akkounts']['repo'] = 'https://gitea.kosmos.org/kosmos/akkounts.git'
node.default['akkounts']['revision'] = 'master'
node.default['akkounts']['revision'] = 'feature/community_funds_balance'
node.default['akkounts']['port'] = 3000
node.default['akkounts']['domain'] = 'accounts.kosmos.org'
node.default['akkounts_api']['domain'] = 'api.kosmos.org'