Skip to content

Commit 28ed943

Browse files
author
Alexander Czigler
authored
chore: add keys from the shared PM account (#271)
1 parent 34f937c commit 28ed943

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

k8s/overlays/digital-twin/kustomization.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ patches:
1919
path: /spec/template/spec/containers/0/env/-
2020
value:
2121
name: TRAFIKLAB_KEY
22-
value: "2e4524c3c5074966bf5204b13d504aca"
22+
value: "82a471015a8d426688de5174eb105d1f"
2323
target:
2424
kind: Deployment
25-
name: simulator
25+
name: simulator
26+
27+
# Trafiklab API: https://developer.trafiklab.se/user/24158/keys

k8s/overlays/helsingborg/kustomization.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ patches:
1919
path: /spec/template/spec/containers/0/env/-
2020
value:
2121
name: TRAFIKLAB_KEY
22-
value: "4ca25c172513453da871ee9d044544f1"
22+
value: "70fcddcbf2814c49bc93e9694ea3df53"
2323
target:
2424
kind: Deployment
25-
name: simulator
25+
name: simulator
26+
27+
# Trafiklab API: https://developer.trafiklab.se/user/24158/keys

k8s/overlays/rorla/kustomization.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ patches:
1919
path: /spec/template/spec/containers/0/env/-
2020
value:
2121
name: TRAFIKLAB_KEY
22-
value: "12292a13aa5b46d29a7fe0f5dd4c0d36"
22+
value: "29b576dd52494bcba2ff1bc23937e570"
2323
target:
2424
kind: Deployment
25-
name: simulator
25+
name: simulator
26+
27+
# Trafiklab API: https://developer.trafiklab.se/user/24158/keys

packages/simulator/streams/gtfs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const key = process.env.TRAFIKLAB_KEY || '37224a42ea9d410cbe325f977d2753b7'
1+
const key = process.env.TRAFIKLAB_KEY || 'b2fd00015bcd46d08b2a0793bc95a1fb' // Fallback key used for development.
22
// log in to trafiklab.se and get a key or use ours - it's free and public domain, shouldn't be a problem to share like this?
33

44
const fs = require('fs')

0 commit comments

Comments
 (0)