forked from douban/code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.env
More file actions
14 lines (13 loc) · 505 Bytes
/
code.env
File metadata and controls
14 lines (13 loc) · 505 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# MySQL
MYSQL_ROOT_PASSWORD=my-secret-passwd
MYSQL_DATABASE=valentine
MYSQL_USER=douban_code
MYSQL_PASSWORD=my-code-passwd
MYSQL_ALLOW_EMPTY_PASSWORD=no
# douban code
DOUBAN_CODE_MEMCACHED_HOSTS=memcached:11311
DOUBAN_CODE_DOUBANDB_SERVERS=memcached:11311
DOUBAN_CODE_DOUBANDB_PROXIES=
DOUBAN_CODE_MYSQL_STORE={"farms": {"code_farm": {"master": "mysql:3306:valentine:douban_code:my-code-passwd", "tables": ["*"]}}}
DOUBAN_CODE_REDIS_URI=redis://redis:6379/0
DOUBAN_CODE_DOMAIN=http://192.168.99.100:8200