File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -31,3 +31,6 @@ GA_CLIENT_SECRET=
31
31
GA_REDIRECT_URI =
32
32
GOOGLE_MAP_API_KEY =
33
33
GOOGLE_MAP_API_SERVER_KEY =
34
+ PRISON_VISITS_API_PERMITTED_IPS =
35
+ PRISON_VISITS_API_PERMITTED_TOKENS =
36
+ SILKTIDE_API_KEY =
Original file line number Diff line number Diff line change 58
58
$ config ['geolocation_google_maps.settings ' ]['google_map_api_server_key ' ] = getenv ('GOOGLE_MAP_API_SERVER_KEY ' );
59
59
// Geocoder module API key.
60
60
$ config ['geocoder.settings ' ]['plugins_options ' ]['googlemaps ' ]['apikey ' ] = getenv ('GOOGLE_MAP_API_SERVER_KEY ' );
61
+ // Silktide module API key.
62
+ $ config ['silktide.settings ' ]['apikey ' ] = getenv ('SILKTIDE_API_KEY ' );
61
63
62
64
// Environment indicator defaults.
63
65
$ env_colour = !empty (getenv ('SIMPLEI_ENV_COLOUR ' )) ? getenv ('SIMPLEI_ENV_COLOUR ' ) : '#000000 ' ;
Original file line number Diff line number Diff line change 58
58
$ config ['geolocation_google_maps.settings ' ]['google_map_api_server_key ' ] = getenv ('GOOGLE_MAP_API_SERVER_KEY ' );
59
59
// Geocoder module API key.
60
60
$ config ['geocoder.settings ' ]['plugins_options ' ]['googlemaps ' ]['apikey ' ] = getenv ('GOOGLE_MAP_API_SERVER_KEY ' );
61
+ // Silktide module API key.
62
+ $ config ['silktide.settings ' ]['apikey ' ] = getenv ('SILKTIDE_API_KEY ' );
61
63
62
64
// Environment indicator defaults.
63
65
$ env_colour = !empty (getenv ('SIMPLEI_ENV_COLOUR ' )) ? getenv ('SIMPLEI_ENV_COLOUR ' ) : '#000000 ' ;
You can’t perform that action at this time.
0 commit comments