Skip to content

Commit 2ce6499

Browse files
committed
Correction password dashboard pour correspondre à admin
1 parent 192bfd8 commit 2ce6499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dashboard-service/src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
'port': int(os.getenv('DB_PORT', '5432')),
3434
'database': os.getenv('DB_NAME', 'morocco_1bip_frs'),
3535
'user': os.getenv('DB_USER', 'postgres'),
36-
'password': os.getenv('DB_PASSWORD', 'Morocco_Airborne_Secure2025!')
36+
'password': os.getenv('DB_PASSWORD', 'admin')
3737
}
3838

3939

0 commit comments

Comments
 (0)