ssh암복호화 해결 해야함

This commit is contained in:
2025-05-20 19:07:11 +09:00
parent b172945fc5
commit 3d4ba735c0
10 changed files with 285 additions and 5 deletions

9
.env.dev Normal file
View File

@ -0,0 +1,9 @@
DEBUG='1'
SQL_ENGINE='django.db.backends.mysql'
SQL_HOST='192.168.0.211'
SQL_USER='demo'
SQL_PASSWORD='ddochi90!@'
SQL_DATABASE='msa-demo'
SQL_PORT='3306'
SECRET_KEY='django-insecure-*kh6e0376o-0m5n*xz^2a2t^fa^77c1=))f$3egn7!w7axaj-l'
AUTH_VERIFY_URL=http://192.168.0.202:8000