-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
65 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
STRAPI_URL=http://127.0.0.1:1337 | ||
|
||
# En API-token från strapi som används för att hämta innehållet till sidan | ||
# Genereras på https://admin.nollning.esek.se/dashboard/settings/api-tokens | ||
# av en strapi-administratör (t.ex [email protected]) | ||
# Genereras på http://{strapi-url}/dashboard/settings/api-tokens | ||
# bör rimligtvis också vara read-only | ||
STRAPI_API_TOKEN= | ||
|
||
# Nyckel som används för att hämta t.ex. google calendar information | ||
# I dagsläget används en nyckel kopplad till `[email protected]` kontot i GCP/g-nollning: | ||
# https://console.cloud.google.com/apis/credentials | ||
GOOGLE_API_KEY= | ||
|
||
|