Skip to content

Commit 9f75d7d

Browse files
committed
Merge branch 'dev' into staging
2 parents 6c2f349 + 05fcb25 commit 9f75d7d

File tree

61 files changed

+1852
-285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+1852
-285
lines changed

env/production/env_config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"adminMail": "[email protected]",
1616
"office": "[email protected]"
1717
},
18+
"openAi": {
19+
"apiKey": "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"
20+
},
1821
"payme": {
1922
"apiUrl": "https://live.payme.io/api"
2023
},

env/staging/env_config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"adminMail": "[email protected]",
1717
"office": "[email protected]"
1818
},
19+
"openAi": {
20+
"apiKey": "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"
21+
},
1922
"payme": {
2023
"apiUrl": "https://sandbox.payme.io/api"
2124
},

0 commit comments

Comments
 (0)