Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7687596
dokku.exs
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
811 B
Referenced Files
None
Subscribers
None
dokku.exs
View Options
use
Mix.Config
config
:pleroma
,
Pleroma.Web.Endpoint
,
http
:
[
port
:
String
.
to_integer
(
System
.
get_env
(
"PORT"
)
||
"4000"
),
protocol_options
:
[
max_request_line_length
:
8192
,
max_header_value_length
:
8192
]
],
protocol
:
"http"
,
secure_cookie_flag
:
false
,
url
:
[
host
:
System
.
get_env
(
"APP_HOST"
),
scheme
:
"https"
,
port
:
443
],
secret_key_base
:
"+S+ULgf7+N37c/lc9K66SMphnjQIRGklTu0BRr2vLm2ZzvK0Z6OH/PE77wlUNtvP"
database_url
=
System
.
get_env
(
"DATABASE_URL"
)
||
raise
"""
environment variable DATABASE_URL is missing.
For example: ecto://USER:PASS@HOST/DATABASE
"""
config
:pleroma
,
Pleroma.Repo
,
# ssl: true,
url
:
database_url
,
pool_size
:
String
.
to_integer
(
System
.
get_env
(
"POOL_SIZE"
)
||
"10"
)
config
:pleroma
,
:instance
,
name
:
"
#{
System
.
get_env
(
"APP_NAME"
)
}
CI Instance"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Sep 3, 10:20 PM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
270484
Default Alt Text
dokku.exs (811 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment