Configuration Variables
I'm trying to set a long configuration variable, it's a crypography key, and it seems to be trucated without warning. Also it renders incorrecly in the user interface (the delete button is hidden by the containing div). What is the maximum value length?
Discussions are closed to public comments.
If you need help with AppHarbor please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by friism on Jul 02, 2011 @ 05:54 PM
The current maximum is 255 characters, what is your requirement? You might want to consider embedding very long configuration variables as ressources in your dll, and then load the right one depending on what environment your app is running in.
2 Posted by Lavinski on Jul 02, 2011 @ 10:40 PM
My string is about 1000 characters long.
This is why it'm placing the value in the configuration http://support.appharbor.com/discussions/problems/677-securing-sens....
Support Staff 3 Posted by tt on Jul 03, 2011 @ 09:18 PM
I have increased the maximum length of the value to the maximum. The key is still limited to 255 characters.
tt closed this discussion on Jul 03, 2011 @ 09:18 PM.