diff options
| author | Carlos Konstanski <carlos.konstanski@verizonwireless.com> | 2020-05-04 11:20:15 -0600 |
|---|---|---|
| committer | Carlos Konstanski <carlos.konstanski@verizonwireless.com> | 2020-05-04 11:20:15 -0600 |
| commit | aeab73540c306e5f906bccc444c252d8ad2adc34 (patch) | |
| tree | b86e4d34d4c0a0f5a2143ed9bd03c7a30a16ae08 /src/far_edge_ops_api | |
| parent | 211c54d00e67f802a28ccfb04980caeaf0025e9c (diff) | |
quick fixes
Diffstat (limited to 'src/far_edge_ops_api')
| -rw-r--r-- | src/far_edge_ops_api/settings.py.example (renamed from src/far_edge_ops_api/setting.py.example) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/far_edge_ops_api/setting.py.example b/src/far_edge_ops_api/settings.py.example index f89eeea..e64066c 100644 --- a/src/far_edge_ops_api/setting.py.example +++ b/src/far_edge_ops_api/settings.py.example @@ -80,7 +80,7 @@ DATABASES = { 'HOST': 'localhost', 'PORT': '3306', 'USER': 'faredge', - 'PASSWORD': 'neweboy' + 'PASSWORD': 'password' } } |
