Skip to content

Commit

Permalink
fix: enable SSL for production
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Nov 24, 2023
1 parent 1a903d1 commit a8b1773
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 0 deletions.
5 changes: 5 additions & 0 deletions App/Config/settings.pichu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Metrics:
Database:
MAIN:
AutoMigrate: false

Cache:
MAIN:
SSL: true

# external
HttpClient: {}
Auth:
Expand Down
5 changes: 5 additions & 0 deletions App/Config/settings.pikachu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Metrics:
Database:
MAIN:
AutoMigrate: false

Cache:
MAIN:
SSL: true

# external
HttpClient: {}
Auth:
Expand Down
5 changes: 5 additions & 0 deletions App/Config/settings.raichu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Metrics:
Database:
MAIN:
AutoMigrate: false

Cache:
MAIN:
SSL: true

# external
HttpClient: {}
Auth:
Expand Down
5 changes: 5 additions & 0 deletions infra/api_chart/app/settings.pichu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Metrics:
Database:
MAIN:
AutoMigrate: false

Cache:
MAIN:
SSL: true

# external
HttpClient: {}
Auth:
Expand Down
5 changes: 5 additions & 0 deletions infra/api_chart/app/settings.pikachu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Metrics:
Database:
MAIN:
AutoMigrate: false

Cache:
MAIN:
SSL: true

# external
HttpClient: {}
Auth:
Expand Down
5 changes: 5 additions & 0 deletions infra/api_chart/app/settings.raichu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Metrics:
Database:
MAIN:
AutoMigrate: false

Cache:
MAIN:
SSL: true

# external
HttpClient: {}
Auth:
Expand Down
5 changes: 5 additions & 0 deletions infra/migration_chart/app/settings.pichu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Metrics:
Database:
MAIN:
AutoMigrate: false

Cache:
MAIN:
SSL: true

# external
HttpClient: {}
Auth:
Expand Down
5 changes: 5 additions & 0 deletions infra/migration_chart/app/settings.pikachu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Metrics:
Database:
MAIN:
AutoMigrate: false

Cache:
MAIN:
SSL: true

# external
HttpClient: {}
Auth:
Expand Down
5 changes: 5 additions & 0 deletions infra/migration_chart/app/settings.raichu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Metrics:
Database:
MAIN:
AutoMigrate: false

Cache:
MAIN:
SSL: true

# external
HttpClient: {}
Auth:
Expand Down

0 comments on commit a8b1773

Please sign in to comment.