이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
도움말
로그인
heuzef
/
lesspass
의 미러
https://github.com/lesspass/lesspass.git
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
67
위키
활동
소스 검색
Add ALLOWED_HOSTS env variable for backend container
pull/679/head
Guillaume Vincent
2 년 전
부모
bab758c12b
커밋
432b3042a3
2개의 변경된 파일
과
2개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
containers/.env
+1
-0
containers/docker-compose.yml
+ 1
- 0
containers/.env
파일 보기
@@ -2,6 +2,7 @@ POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
SECRET_KEY=azertyuiop
ALLOWED_HOSTS=.lesspass.local
DATABASE_ENGINE=django.db.backends.postgresql
DATABASE_NAME=postgres
DATABASE_USER=postgres
+ 1
- 0
containers/docker-compose.yml
파일 보기
@@ -15,6 +15,7 @@ services:
links:
- db
environment:
- ALLOWED_HOSTS
- DATABASE_ENGINE
- DATABASE_HOST
- DATABASE_NAME
쓰기
미리보기
불러오는 중...
취소
저장