Skip to content

Commit 207c307

Browse files
authored
Mention local Secrets (#1007)
## Changes https://devforum.roblox.com/t/secrets-store-general-availability/2892154/72 ![](https://github.com/user-attachments/assets/9a1d708b-c6d4-456f-8027-b437067d378c) ![](https://github.com/user-attachments/assets/0c69432e-4cb0-4846-b423-5353aeff04b5) ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate. ---------
1 parent 8643073 commit 207c307

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en-us/reference/engine/classes/HttpService.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@ methods:
158158
domain name to `*`. You can also limit the URL to a specific domain name
159159
such as `apis.myservice.com` or to subdomains of a domain, for example
160160
`*.myservice.org`.
161+
162+
Production `Datatype.Secret|Secrets` are only available in live servers and Team Create.
163+
See [here](../../../studio/game-settings.md#security) for availability details of local
164+
`Datatype.Secret|Secrets`.
161165
code_samples: []
162166
parameters:
163167
- name: key

0 commit comments

Comments
 (0)