Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F73735
config.exs
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
config.exs
View Options
# This file is responsible for configuring your application
# and its dependencies with the aid of the Mix.Config module.
#
# This configuration file is loaded before any dependency and
# is restricted to this project.
use
Mix.Config
config
:logger
,
level
:
:debug
config
:logger
,
:console
,
format
:
"$date $time [$level$levelpad] $metadata$message
\n
"
,
metadata
:
:all
config
:phoenix
,
:json_library
,
Jason
# General application configuration
config
:lsg
,
namespace
:
LSG
config
:lsg
,
:data_path
,
"priv"
config
:lsg
,
:irc
,
name
:
"ircbot"
config
:ex_aws
,
region
:
"us-east-1"
,
host
:
"s3.wasabisys.com"
,
s3
:
[
host
:
"s3.wasabisys.com"
,
region
:
"us-east-1"
,
scheme
:
"https://"
]
# Configures the endpoint
config
:lsg
,
LSGWeb.Endpoint
,
url
:
[
host
:
"localhost"
],
secret_key_base
:
"cAFb7x2p/D7PdV8/C6Os18uygoD0FVQh3efNEFc5+5L529q3dofZtZye/BG12MRZ"
,
render_errors
:
[
view
:
LSGWeb.ErrorView
,
accepts
:
~w(html json)
],
server
:
true
,
live_view
:
[
signing_salt
:
"CHANGE_ME_FFS"
],
pubsub
:
[
name
:
LSG.PubSub
,
adapter
:
Phoenix.PubSub.PG2
]
config
:mime
,
:types
,
%{
"text/event-stream"
=>
[
"sse"
]}
config
:lsg
,
LSG.IRC.LastFmHandler
,
api_key
:
"x"
,
api_secret
:
"x"
config
:lsg
,
LSG.IRC.YouTubeHandler
,
api_key
:
"x"
,
invidious
:
"yewtu.be"
config
:mnesia
,
dir
:
'.mnesia/
#{
Mix
.
env
}
/
#{
node
()
}
'
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config
"
#{
Mix
.
env
}
.exs"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jun 8, 11:34 PM (15 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
47622
Default Alt Text
config.exs (1 KB)
Attached To
rNOLA Nola
Event Timeline
Log In to Comment