mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-11 11:39:05 +08:00
15 lines
466 B
Objective-C
15 lines
466 B
Objective-C
//
|
|
// DBEnvironment.m
|
|
// DiscussionBoard
|
|
//
|
|
// Created by Daniel Hammond on 1/7/11.
|
|
// Copyright 2011 Two Toasters. All rights reserved.
|
|
//
|
|
|
|
#import "DBEnvironment.h"
|
|
|
|
// TODO: Add conditional compilation!
|
|
NSString* const DBRestKitBaseURL = @"http://localhost:3000";
|
|
//NSString* const kDBBaseURLString = @"http://discussionboard.heroku.com";
|
|
NSString* const kObjectCreatedUpdatedOrDestroyedNotificationName = @"kObjectCreatedUpdatedOrDestroyedNotificationName";
|