1 Star 0 Fork 2

wuyiccc/asciinema-server

forked from 宿叶露/asciinema-server 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.env.production.sample 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
Marcin Kulik 提交于 2021-05-02 18:23 . Option to disable public sign-ups
### asciinema web app config file
## Settings below that are un-commented are required, the rest is optional.
## Values after "=" sign are taken as-is, so don't use double quotes for strings.
## Base URL of your asciinema web app instance
URL_SCHEME=http
URL_HOST=localhost
URL_PORT=3000
## Base secret key for signing cookies etc.
## Run `docker-compose run --rm phoenix asciinema gen_secret`
## and copy generated secret here.
SECRET_KEY_BASE=
## PostgreSQL connection URL.
## Default: postgresql://postgres@postgres/postgres
# DATABASE_URL=
## Disable public sign-ups.
## Set this variable to true or 1 when you don't want new users to sign up.
## Default: sign up enabled
# SIGN_UP_DISABLED=true
## Enable auto-archival of recordings uploaded by anonymous users.
## Set this variable to number of days after which the recordings are archived.
## Default: unset (no auto-archival)
# ASCIICAST_GC_DAYS=7
### E-mail delivery
## Outgoing mail hostname, used by namshi/smtp container.
MAILNAME=localhost
## "From" field for all emails sent by this instance.
## Default: asciinema <hello@hostname-from-base-url>
### File store
## By default we use local filesystem dir ("uploads" in app root dir).
## If you want to store uploaded recordings in S3 bucket instead,
## uncomment and set the following variables:
# AWS_ACCESS_KEY_ID=
# AWS_SECRET_ACCESS_KEY=
# S3_BUCKET=my-asciinema-bucket
# S3_REGION=us-east-1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wuyiccc/asciinema-server.git
[email protected]:wuyiccc/asciinema-server.git
wuyiccc
asciinema-server
asciinema-server
develop

搜索帮助