[ABANDONED] Mastodon iOS client.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
850 B

//
// Config.swift
// elpha-ios
//
// Created by Dwayne Harris on 8/25/18.
// Copyright © 2018 Elpha. All rights reserved.
//
import Foundation
struct Config {
static let clientName = "xyz.elpha.elpha-ios"
static let clientDisplayName = "Elpha"
static let clientWebsite = "https://elpha.xyz"
static let clientRedirectURI = "elpha://oauth"
static let instancesServiceURL = "https://instances.social"
static let instancesServiceListEndpoint = "/api/1.0/instances/list"
static let instancesServiceRandomEndpoint = "/api/1.0/instances/sample"
static let instancesServiceApplicationID = "104969750"
static let instancesServiceSecret = "xEGMUQL9w2tYU7CnkBMY555nmLYL1dryCdQNFZWQlwHqDg0cRPxF5nXx34LVM5Zt8CbvmNnj89nruMYe0jCzlky0lolAcoLOcNrNerh9m30Q85WskiOqEkHp0M5HhEeS"
static let logRequests = true
}