I hereby claim:
- I am andrea-sdl on github.
- I am andrea_sdl (https://keybase.io/andrea_sdl) on keybase.
- I have a public key ASB6n4BDOgapUJ43aREbxVpFfAXeJC3UbAkq341Qt0-qdwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| $(function() { | |
| var baseUrl; | |
| var springfox = { | |
| "getBaseUrl": function() { | |
| if (baseUrl === undefined) { | |
| var urlMatches = /(.*)\/swagger-ui.html.*/.exec(window.location.href); | |
| baseUrl = urlMatches[1]; | |
| } | |
| return baseUrl; | |
| }, |
| /* | |
| * | |
| * Copyright 2015 the original author or authors. | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * |
| jQuery(".woocommerce-tabs li a").off("click"); | |
| jQuery(".woocommerce-tabs li a").click(function(e){ | |
| e.preventDefault(); | |
| jQuery(".woocommerce-tabs li").removeClass("active"); | |
| jQuery(this).parent().addClass("active"); | |
| jQuery(".woocommerce-Tabs-panel:visible").hide(); | |
| jQuery(".woocommerce-Tabs-panel:visible").hide(); | |
| jQuery(jQuery(this).attr("href")).show(); | |
| return false;}) |
| location = /favicon.ico { | |
| log_not_found off; | |
| access_log off; | |
| } | |
| location = /robots.txt { | |
| allow all; | |
| log_not_found off; | |
| access_log off; | |
| } |
| ############################## | |
| ## POSTGRESQL BACKUP CONFIG ## | |
| ############################## | |
| # Optional system user to run backups as. If the user the script is running as doesn't match this | |
| # the script terminates. Leave blank to skip check. | |
| BACKUP_USER= | |
| # Optional hostname to adhere to pg_hba policies. Will default to "localhost" if none specified. | |
| HOSTNAME= |