mirror of
https://github.com/kikobar/mastodon.git
synced 2024-12-27 16:24:14 +00:00
commit
872a35011a
3
.env.test
Normal file
3
.env.test
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Federation
|
||||||
|
LOCAL_DOMAIN=cb6e6126.ngrok.io
|
||||||
|
LOCAL_HTTPS=true
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -19,6 +19,6 @@ coverage
|
||||||
public/system
|
public/system
|
||||||
public/assets
|
public/assets
|
||||||
.env
|
.env
|
||||||
.env.*
|
.env.production
|
||||||
node_modules/
|
node_modules/
|
||||||
neo4j/
|
neo4j/
|
||||||
|
|
Loading…
Reference in a new issue