Skip to content

Commit 6048645

Browse files
updated env variables
1 parent 2c79c35 commit 6048645

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apps/api-harmonization/.env.local

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ SUPPORTED_LOCALES=en,de,pl
1515

1616
FRONT_BASE_URL=http://localhost:3000
1717

18-
CMS_STRAPI_BASE_URL=https://strapi-oss.dev.hycom.pl
18+
CMS_STRAPI_BASE_URL=
1919

2020
CACHE_ENABLED=false
2121
CACHE_TTL=3600
2222

2323
CACHE_REDIS_HOST=localhost
2424
CACHE_REDIS_PORT=6379
25-
# redis-cli -> config set requirepass thieY2quai7o
26-
CACHE_REDIS_PASS=thieY2quai7o
25+
# redis-cli -> config set requirepass {REDIS_PASS}
26+
CACHE_REDIS_PASS={REDIS_PASS}

apps/frontend/.env.local

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ AUTH_TRUST_HOST=true
1515
AUTH_GOOGLE_ID={CLIENT_ID}
1616
AUTH_GOOGLE_SECRET={CLIENT_SECRET}
1717

18-
AUTH_GITHUB_ID=Ov23liL3QV7OroQb2N11
19-
AUTH_GITHUB_SECRET=feb1e5781d61c45b9f4d5721c9fddb7241971180
18+
AUTH_GITHUB_ID={GITHUB_ID}
19+
AUTH_GITHUB_SECRET={GITHUB_ID}
2020

2121
DATABASE_URL=file:./dev.db

0 commit comments

Comments
 (0)