Commit 3f8ebf1078395b4a6df00830161f82855cf5b1ae

Authored by Guillermo Osorio
1 parent d3e72549

Auth params

Showing 1 changed file with 2 additions and 2 deletions
... ... @@ -14,8 +14,8 @@ RUN echo "NODE_TLS_REJECT_UNAUTHORIZED=0\n"\
14 14 "DB_NONCES=nonces\n"\
15 15 "DB_TOKENS=tokens\n"\
16 16 "TOKEN_INTERVAL=840000\n"\
17   -"AUTH_TOKEN=0496164f-8de1-449c-9ce9-af0e0a6ce9fe\n"\
18   -"CLIENT_SECRET=a66a1a98eb7059a5c3b446183e214cc2661326c2994b811cb06dd9d3d873a9e9\n"\
  17 +"AUTH_TOKEN=4438c469-341d-4887-b2b3-e5c77c09e905\n"\
  18 +"CLIENT_SECRET=56ff88078b9cbb415486aa69d39419cded8baf7f7d54e11f72b68fe490757acb\n"\
19 19 "SENATICS_URL=https://devaip.senatics.gov.py:443/portal-core/rest/api\n" > .env
20 20
21 21 CMD ["npm", "start"]
... ...
Please register or login to post a comment