added post-refresh hook (#13153)
parent
fd2a814fcd
commit
852e8c7230
@ -0,0 +1,16 @@ |
|||||||
|
#!/bin/bash |
||||||
|
|
||||||
|
# Initialize the CADDY_URL to a default |
||||||
|
snapctl set caddy=disable |
||||||
|
|
||||||
|
# Initialize the PORT to a default |
||||||
|
snapctl set port=3000 |
||||||
|
|
||||||
|
# Initialize the MONGO_URL to a default |
||||||
|
snapctl set mongo-url=mongodb://localhost:27017/parties |
||||||
|
|
||||||
|
# Initialize the MONGO_OPLOG_URL to a default |
||||||
|
snapctl set mongo-oplog-url=mongodb://localhost:27017/local |
||||||
|
|
||||||
|
# Initialize the protocol to a default |
||||||
|
snapctl set https=disable |
Loading…
Reference in new issue