Compare commits

...

2 Commits

Author SHA1 Message Date
c1eaa8a2d7
Update appsettings.json 2025-02-28 01:26:00 -05:00
f1cc2bedec Update build-image.yml 2024-06-15 03:51:54 -04:00
2 changed files with 8 additions and 6 deletions

View File

@ -243,7 +243,9 @@ jobs:
needs: gitversion
strategy:
matrix:
platform: [amd64, arm64]
# platform: [amd64, arm64]
platform: [ amd64 ]
steps:
- name: 'Cleanup build folder'
run: |

View File

@ -3,7 +3,7 @@
"BaseUrl": "http://localhost:3000"
},
"Novu": {
"ApiKey": "287ad99d1cbeba7f96a7d2637b022e6f"
"ApiKey": ""
},
"Database": {
"Database": "comissionsapp",
@ -13,14 +13,14 @@
"password": "postgres"
},
"Stripe": {
"WebHookSecret": "whsec_WTxw2seQHaJjSbLiRr1q8fs1wh8vGdGn",
"ApiKey": "sk_test_51OdJ1SLooS0IZqYkx2IdNoLcscm6BisgaUyYVIc5jM1RMmarww2e9hLLQS3Atn6TQi00p9YQkCLGQPhAI2gf9ZSY00HmbQYCvP"
"WebHookSecret": "",
"ApiKey": ""
},
"Auth0": {
"Domain": "https://dev-12mb5yq82dow1twh.us.auth0.com/",
"Audience": "https://api.artplatform.com",
"ClientId": "U39Jg6oyFoNihzjZ24SX2FxiBx2lqvsC",
"ClientSecret": "UBH4HTsvkoWHImQwI4abyh46s6qpEnD3hfrODEYBTX7p_5v0bYogz-b_6wJtOkDg"
"ClientId": "",
"ClientSecret": ""
},
"Logging": {
"LogLevel": {