Skip to content

Commit 336cfda

Browse files
committed
Normalize remaining PASTE_X_HERE placeholders to <kebab-case> format
1 parent e342ad4 commit 336cfda

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/ROOT/pages/tinymceai-on-premises-getting-started.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ OPENAI_API_KEY=<paste-openai-key-here>
138138
# GOOGLE_API_KEY=<paste-google-key-here>
139139
140140
# --- Filled in after creating an environment (see "Create an environment and access key" below). Used by the token server, not the AI service. ---
141-
AI_ENV_ID=
142-
AI_API_SECRET=
141+
AI_ENV_ID=<paste-environment-id-here>
142+
AI_API_SECRET=<paste-api-secret-here>
143143
----
144144

145145
IMPORTANT: `LICENSE_KEY` and `TINYMCE_API_KEY` are different credentials. `LICENSE_KEY` is the long string from the account representative that activates the AI service. `TINYMCE_API_KEY` is the short string from the tiny.cloud dashboard used to load TinyMCE from the CDN — it is not required for self-hosted editor bundles. See the xref:tinymceai-on-premises.adoc#_credentials[Credentials] section on the Overview page.
@@ -248,8 +248,8 @@ Update `.env` with the new values:
248248

249249
[source,bash]
250250
----
251-
AI_ENV_ID=PASTE_ENVIRONMENT_ID_HERE
252-
AI_API_SECRET=PASTE_API_SECRET_HERE
251+
AI_ENV_ID=<paste-environment-id-here>
252+
AI_API_SECRET=<paste-api-secret-here>
253253
----
254254

255255
[IMPORTANT]

0 commit comments

Comments
 (0)