Skip to content

Commit

Permalink
Password update
Browse files Browse the repository at this point in the history
  • Loading branch information
feeelin committed Mar 15, 2024
1 parent f085404 commit 38d96be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cinema/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
'default': {
'ENGINE': 'mssql',
'NAME': 'cinema',
'USER': 'SA',
'USER': 'feelin',
'PASSWORD': 'feelinMSSQL_2024',
'HOST': 'mssql.feelindev.ru',
'OPTIONS': {'driver': 'ODBC Driver 17 for SQL Server'}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ services:
- 8000
restart: "on-failure"
depends_on:
- postgres
- mssql

0 comments on commit 38d96be

Please sign in to comment.