Skip to content

Commit

Permalink
Restore .gitignore and go version specified in go.work
Browse files Browse the repository at this point in the history
* Minor replace `ENABLE_AUTH` with `AUTH_ENABLED` in `docker-compose.yaml`
  • Loading branch information
yunkon-kim committed Jul 15, 2024
1 parent d303974 commit fb2c779
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,8 @@ src/api/rest/docs/swagger.json
src/api/rest/docs/swagger.yaml

# Config file for CB-Tumblebug
!conf/
conf/*
conf/
conf/credentials.conf
!conf/cloud_conf.yaml
!conf/log_conf.yaml
!conf/setup.env
!conf/store_conf.yaml
!conf/template-*

# Runtime files
src/benchmarking.csv
Expand Down
5 changes: 0 additions & 5 deletions conf/template-jwt_auth.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
# - DB_USER=cb_tumblebug
# - DB_PASSWORD=cb_tumblebug
# - ALLOW_ORIGINS=*
# - ENABLE_AUTH=true
# - AUTH_ENABLED=true
# - API_USERNAME=default
# - API_PASSWORD=default
# - AUTOCONTROL_DURATION_MS=10000
Expand Down
4 changes: 2 additions & 2 deletions go.work
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
go 1.22.3
go 1.21.6

toolchain go1.22.5
toolchain go1.21.6

use .

0 comments on commit fb2c779

Please sign in to comment.