Questions tagged [config]

Config files configure the initial settings for some computer programs

Configuration files, or config files configure the initial settings for some computer programs. They are used for user applications, server processes and operating system settings. They may be considered a simple database.

6120 questions
2
votes
1 answer

No implementation for play.cache.CacheApi annotated with @play.cache.NamedCache(value=session-cache) was bound on Production

I'm using @NamedCache annotation without any problem in dev mode by using activator run. I've specified caches other than default cache called play in application.conf file as play.cache.bindCaches = ["user-cache", "session-cache"]. This works fine…
SerhatCan
  • 590
  • 1
  • 7
  • 26
2
votes
1 answer

CruiseControl.NET and Clearcase configuration

I'm having problems simply configuring the server for CruiseControl.NET. I am using the source block that is given by ThoughtWorks to set it up, but I cannot seem to get it to be error-free. I am pretty new to all this and some sort of direction…
David
  • 21
  • 1
2
votes
0 answers

Parse.com Hosting deploy crash while accessing Config in main.js

While accessing to Parse.Config at hosted-code startup (parse deploy) I get this stacktrace: TypeError: Object # has no method 'request' at Object.Parse._ajax (:654:17) at null. (Parse.js:1:18442) at e…
2
votes
1 answer

Configuring shared services across multiple modules in AngularJS

My app is following John Papa's styleguide for AngularJS applications: The styleguide emphasizes using a strongly modular approach to the design of the app. My question is about multiple configurations and their effect on shared services. Suppose I…
maxmantz
  • 702
  • 1
  • 10
  • 25
2
votes
1 answer

What's an alternative form defining a global variable inside a config file, in laravel 5?

In my application I'm going to define a config file having string that depends on other string that I would like to put in parameters. I explain better by an example /config/specs.php contents $var1 = 'blah01'; $var2 = 'blah02'; return…
koalaok
  • 5,075
  • 11
  • 47
  • 91
2
votes
1 answer

[ckeditor]: How to disallow only one css style

Hy, is there any way to disallow only display: inline-block; and display: block; and allow other display rules? If I add {display} to the config.disallowedContent rules all display styles will not be allowed (also display table, inline and…
Sobis
  • 1,385
  • 4
  • 20
  • 29
2
votes
1 answer

Is there any way to apply .emacs changes to all emacs clients without restarting emacs daemon?

I started emacs server through 'emacs --daemon'. Then I opened several clients. I'd like to apply the changes of .emacs configuration to all the clients without restarting emacs daemon. Is that possible?
cloudrain21
  • 649
  • 5
  • 17
2
votes
1 answer

How to config to send mail with activiti explorer?

I am using Activiti Explorer version 5.17, I want to send mail by using Mail Task but it not work. My config: In engine.properties file (I can not found activiti.cfg.xml…
Nguyen Ha
  • 29
  • 2
  • 5
2
votes
1 answer

Jenkins clearcase plugin config spec - loading files

I am using jenkins to build my project. My source code is in clearcase. I want to get the latest code from latest local code and make a build. All the setup worked ClearCase repository Structure - 2 projects. Main_Projects -Project_1 …
user418836
  • 847
  • 3
  • 8
  • 19
2
votes
1 answer

node-config how can I dynamically set property

Using node-config, is there anyway to do var config = require('config'); config.ip = someIp; I need to get my ips dynamically and use them in my config. Is there anyway to do this? I tried just setting it but it's a read only property. I also…
Raif
  • 8,641
  • 13
  • 45
  • 56
2
votes
0 answers

Update config file with xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"

I am working on a .Net project which updates .config files using xsl.transform. It works perfectly with a .config file which has node, but it does not update the .config file with
Miklos
  • 63
  • 5
2
votes
1 answer

Java exception when start hive on mac

I am new to hive and when i try to start hive after config, there's something wrong. I am totally lost. Anyone can help? Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: Unable to instantiate…
Kay15
  • 23
  • 2
2
votes
2 answers

Bold text - gvim

How to establish a font Monaco of size 10 on gvim? : set guifont = Courier \ 14. How to make this font is bold?
Hooli
  • 37
  • 1
  • 8
2
votes
2 answers

get data from angular.module config to the corresponding controller

I have the following configuration, I have a config where a url is called using $http.get method and the data is stored in a variable "alpha". How do I access this variable from the controller. I tried to inject $rootScopeProvider into the config…
clearScreen
  • 1,002
  • 4
  • 15
  • 31
2
votes
1 answer

Multisite setup with Laravel 4.2

I have an interesting problem that the community might want to bask in and help out. I have a custom forum software. Call it A. Now, I intended to roll out different versions of it, call them B and C. But the caveats are the following. a) They must…
Ali Gajani
  • 14,762
  • 12
  • 59
  • 100
1 2 3
99
100