Skip to content

Commit 38683eb

Browse files
committed
Fixed password type
1 parent e7267fb commit 38683eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def get_env():
6868
'DATABASE_HOST': {'type': str},
6969
'DATABASE_NAME': {'type': str},
7070
'DATABASE_USER': {'type': str},
71-
'DATABASE_PASSWORD': {'type': int},
71+
'DATABASE_PASSWORD': {'type': str},
7272
'DATABASE_PORT': {'type': int, 'required': False, 'default': 0},
7373
'GLACIER_VAULT_NAME': {'type': str},
7474
'AWS_DEFAULT_REGION': {'type': str},

0 commit comments

Comments
 (0)