Skip to content

Commit 971f365

Browse files
authored
Merge pull request #27 from HSLdevcom/91-env-changes
91 env updates
2 parents 97039b4 + fc4a5a1 commit 971f365

File tree

4 files changed

+25
-14
lines changed

4 files changed

+25
-14
lines changed

.env.dev

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Set PG_CONNECTION_STRING in the environment
2-
# Set PG_JORE_CONNECTION_STRING in the environment
1+
PG_JORE_CONNECTION_STRING=
2+
PG_CONNECTION_STRING=
3+
34
JORE_GRAPHQL_URL=https://dev.kartat.hsl.fi/jore/graphql
45
GENERATE_API_URL=https://dev.kartat.hsl.fi/map-generator
56
AZURE_STORAGE_ACCOUNT=

.env.latest

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# Set PG_CONNECTION_STRING in the environment
2-
# Set PG_JORE_CONNECTION_STRING in the environment
1+
PG_JORE_CONNECTION_STRING=
2+
PG_CONNECTION_STRING=
3+
34
JORE_GRAPHQL_URL=https://prod.kartat.hsl.fi/jore/graphql
45
GENERATE_API_URL=https://prod.kartat.hsl.fi/map-generator
5-
AZURE_STORAGE_ACCOUNT=secret
6-
AZURE_STORAGE_KEY=secret
6+
AZURE_STORAGE_ACCOUNT=
7+
AZURE_STORAGE_KEY=
78
AZURE_UPLOAD_CONTAINER=routemap-prod
89

910
CLIENT_ID=7833861618225795

.env.production

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
# Set PG_CONNECTION_STRING in the environment
2-
# Set PG_JORE_CONNECTION_STRING in the environment
1+
PG_JORE_CONNECTION_STRING=
2+
PG_CONNECTION_STRING=
3+
34
JORE_GRAPHQL_URL=https://prod.kartat.hsl.fi/jore/graphql
45
GENERATE_API_URL=https://prod.kartat.hsl.fi/map-generator
5-
AZURE_STORAGE_ACCOUNT=secret
6-
AZURE_STORAGE_KEY=secret
6+
AZURE_STORAGE_ACCOUNT=
7+
AZURE_STORAGE_KEY=
78
AZURE_UPLOAD_CONTAINER=routemap-prod
89

910
CLIENT_ID=7833861618225795

.env.stage

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
# Set PG_CONNECTION_STRING in the environment
2-
# Set PG_JORE_CONNECTION_STRING in the environment
1+
PG_JORE_CONNECTION_STRING=
2+
PG_CONNECTION_STRING=
3+
34
JORE_GRAPHQL_URL=https://stage.kartat.hsl.fi/jore/graphql
45
GENERATE_API_URL=https://stage.kartat.hsl.fi/map-generator
5-
AZURE_STORAGE_ACCOUNT=secret
6-
AZURE_STORAGE_KEY=secret
6+
AZURE_STORAGE_ACCOUNT=
7+
AZURE_STORAGE_KEY=
78
AZURE_UPLOAD_CONTAINER=routemap-stage
9+
10+
CLIENT_ID=7833861618225795
11+
CLIENT_SECRET=
12+
API_CLIENT_ID=2411181397763460
13+
API_CLIENT_SECRET=
14+
REDIRECT_URI=https://stage.kartat.hsl.fi/kartta
15+
LOGIN_PROVIDER_URI=https://hslid-uat.cinfra.fi
816
DOMAINS_ALLOWED_TO_GENERATE=
917
DOMAINS_ALLOWED_TO_LOGIN=

0 commit comments

Comments
 (0)