convert to gitea
This commit is contained in:
11
apps/rust_db_enc_creator/.env
Normal file
11
apps/rust_db_enc_creator/.env
Normal file
@ -0,0 +1,11 @@
|
||||
# db_enc_creator/.env
|
||||
|
||||
# 암호화 키 (Base64 인코딩된 16바이트 키)
|
||||
# 메인 애플리케이션의 .env 파일과 동일한 키를 사용해야 합니다.
|
||||
DB_ENCRYPTION_KEY="YWN0aW9uITEyM3NxdWFyZQ=="
|
||||
|
||||
# 암호화할 DB 사용자 이름
|
||||
DB_USER_TO_ENCRYPT="gyber"
|
||||
|
||||
# 암호화할 DB 비밀번호
|
||||
DB_PASSWORD_TO_ENCRYPT="Qj#pLas*BX0L" # 실제 비밀번호로 변경
|
||||
Reference in New Issue
Block a user