Skip to content

Commit

Permalink
Merge pull request #108 from repco-org/translations
Browse files Browse the repository at this point in the history
hide admin token
  • Loading branch information
twallnerWaretec authored Jun 25, 2024
2 parents 7912a44 + 9cb93cb commit 9811965
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ data
*.0x
packages/repco-frontend/app/styles
packages/*/coverage
docker/app.env
3 changes: 2 additions & 1 deletion docker/docker-compose.arbeit-showcase.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ services:
dockerfile: './docker/Dockerfile'
container_name: repco-showcase-app
restart: unless-stopped
env_file: 'app.env'
ports:
- 8767:8765
# links:
# - 'es01:repco-es'
environment:
- DATABASE_URL=postgresql://repco:repco@db:5432/repco
- REPCO_ADMIN_TOKEN=kUBY0zsPHC9ubj3T6DZJKUACi3M=
- REPCO_ADMIN_TOKEN=${REPCO_ADMIN_TOKEN}
- REPCO_URL=http://localhost:8765
- CBA_API_KEY=k8WHfNbal0rjIs2f
- AP_BASE_URL=http://localhost:8765/ap
Expand Down
3 changes: 2 additions & 1 deletion docker/docker-compose.arbeit.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ services:
dockerfile: './docker/Dockerfile'
container_name: repco-app
restart: unless-stopped
env_file: 'app.env'
ports:
- 8766:8765
# links:
# - 'es01:repco-es'
environment:
- DATABASE_URL=postgresql://repco:repco@db:5432/repco
- REPCO_ADMIN_TOKEN=kUBY0zsPHC9ubj3T6DZJKUACi3M=
- REPCO_ADMIN_TOKEN=${REPCO_ADMIN_TOKEN}
- REPCO_URL=https://repco.arbeit.cba.media
- CBA_API_KEY=k8WHfNbal0rjIs2f
depends_on:
Expand Down
3 changes: 2 additions & 1 deletion docker/docker-compose.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ services:
dockerfile: './docker/Dockerfile'
container_name: repco-app
restart: unless-stopped
env_file: 'app.env'
ports:
- 8766:8765
# links:
# - 'es01:repco-es'
environment:
- DATABASE_URL=postgresql://repco:repco@db:5432/repco
- REPCO_ADMIN_TOKEN=kUBY0zsPHC9ubj3T6DZJKUACi3M=
- REPCO_ADMIN_TOKEN=${REPCO_ADMIN_TOKEN}
- REPCO_URL=https://repco.cba.media
- CBA_API_KEY=k8WHfNbal0rjIs2f
depends_on:
Expand Down

0 comments on commit 9811965

Please sign in to comment.