Skip to content

Instantly share code, notes, and snippets.

@mooyah
Created February 18, 2016 23:52
Show Gist options
  • Save mooyah/82785dfe1d449ed623bb to your computer and use it in GitHub Desktop.
Save mooyah/82785dfe1d449ed623bb to your computer and use it in GitHub Desktop.
[04:51 PM] ~/repositories/spotxvm/repositories/spotx-web-pubtools/etc/conf/brands/publisher.spotxchange [master] > tree
.
├── app
│   ├── app.common.xml
│   ├── app.media.transcode.xml
│   ├── app.media.xml
│   ├── app.publisher.notifications.xml
│   ├── app.web.xml
│   ├── app.xml
│   ├── auth2
│   │   ├── app.auth2.rbac.xml
│   │   └── app.auth2.xml
│   └── sendgrid.xml
├── base_cross_domain_url.txt
├── base_search_url.txt
├── base_secure_search_url.txt
├── base_secure_url.txt
├── base_url.txt
├── brand.xml
├── channels
│   ├── conf.page.channels.create.xml
│   ├── conf.page.channels.read.xml
│   └── refinements
│   └── definitions
│   └── conf.page.definitions.read.xml
├── conf.page._default_.xml
├── conf.page.download_xlsx.xml
├── conf.page.image.xml
├── conf.page.index.xml
├── conf.page.reset_password.xml
├── conf.page.send_feedback.xml
├── conf.page.terms_and_conditions.xml
├── conf.page.video.xml
├── conf.page.web_include.xml
├── currencies
│   ├── conf.page.currencies.read.xml
│   └── reporting
│   └── conf.page.reporting.read.xml
├── deal
│   ├── conf.page.deal.delete.xml
│   ├── conf.page.deal.patch.xml
│   ├── conf.page.deal.read.xml
│   ├── conf.page.deal.update.xml
│   └── reporting
│   ├── daily
│   │   └── conf.page.daily.read.xml
│   └── trending
│   └── conf.page.trending.read.xml
├── deals
│   ├── conf.page.count.read.xml
│   ├── conf.page.deals.create.xml
│   ├── conf.page.deals.read.xml
│   ├── forecasts
│   │   ├── conf.page.forecasts.create.xml
│   │   └── mudifore
│   │   └── conf.page.mudifore.create.xml
│   ├── refinements
│   │   └── definitions
│   │   └── conf.page.definitions.read.xml
│   └── reporting
│   └── daily
│   └── conf.page.daily.read.xml
├── error
│   └── conf.page.error.read.xml
├── homepage_secure_url.txt
├── homepage_url.txt
├── hosts.xml
├── networkpublisher
│   ├── channels
│   │   └── conf.page.channels.read.xml
│   ├── deal
│   │   └── reporting
│   │   └── daily
│   │   └── conf.page.daily.read.xml
│   └── reporting
│   └── conf.page.reporting.read.xml
├── page.xml
├── publisher
│   ├── adreview
│   │   ├── conf.page.adreview.patch.xml
│   │   └── conf.page.adreview.read.xml
│   ├── channel
│   │   ├── conf.page.channel.patch.xml
│   │   ├── conf.page.channel.read.xml
│   │   └── conf.page.channel.update.xml
│   ├── channels
│   │   ├── conf.page.channels.create.xml
│   │   └── conf.page.channels.read.xml
│   ├── creative
│   │   ├── asset
│   │   │   └── conf.page.asset.create.xml
│   │   ├── conf.page.creative.create.xml
│   │   ├── conf.page.creative.delete.xml
│   │   ├── conf.page.creative.patch.xml
│   │   └── conf.page.creative.read.xml
│   ├── filter
│   │   ├── advertiser
│   │   │   ├── conf.page.advertiser.create.xml
│   │   │   ├── conf.page.advertiser.read.xml
│   │   │   └── conf.page.advertiser.update.xml
│   │   ├── category
│   │   │   ├── conf.page.category.create.xml
│   │   │   ├── conf.page.category.read.xml
│   │   │   └── conf.page.category.update.xml
│   │   └── host
│   │   ├── conf.page.host.create.xml
│   │   ├── conf.page.host.delete.xml
│   │   ├── conf.page.host.read.xml
│   │   └── conf.page.host.update.xml
│   ├── reporting
│   │   └── custom
│   │   └── conf.page.custom.read.xml
│   └── tags
│   └── conf.page.tags.read.xml
├── region
│   └── search
│   └── conf.page.search.read.xml
├── reports
│   └── refinements
│   └── definitions
│   └── conf.page.definitions.read.xml
├── version_filename.txt
└── web_include_dir.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment