mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
18 lines
254 B
YAML
18 lines
254 B
YAML
|
# Note: You must restart bin/webpack-dev-server for changes to take effect
|
||
|
|
||
|
default: &default
|
||
|
enabled: true
|
||
|
host: localhost
|
||
|
port: 8080
|
||
|
|
||
|
development:
|
||
|
<<: *default
|
||
|
|
||
|
test:
|
||
|
<<: *default
|
||
|
enabled: false
|
||
|
|
||
|
production:
|
||
|
<<: *default
|
||
|
enabled: false
|