22 lines
		
	
	
		
			591 B
		
	
	
	
		
			Swift
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			591 B
		
	
	
	
		
			Swift
		
	
	
	
	
	
//
 | 
						|
//  Constants.swift
 | 
						|
//  SodaLive-dev
 | 
						|
//
 | 
						|
//  Created by klaus on 2023/08/09.
 | 
						|
//
 | 
						|
 | 
						|
import Foundation
 | 
						|
 | 
						|
let BASE_URL = "https://test-api.sodalive.net"
 | 
						|
let APPLY_SODALIVE_CREATOR = "https://forms.gle/mmhJKmijjVRnwtdZ7"
 | 
						|
 | 
						|
let AGORA_APP_ID = "b96574e191a9430fa54c605528aa3ef7"
 | 
						|
let AGORA_APP_CERTIFICATE = "ae18ade3afcf4086bd4397726eb0654c"
 | 
						|
 | 
						|
let BOOTPAY_APP_ID = "6242a7772701800023f68b2f"
 | 
						|
let BOOTPAY_APP_HECTO_ID = "667fca5d3bab7404f831c3e5"
 | 
						|
 | 
						|
let NOTIFLY_PROJECT_ID = "5f7ebe90d1ce5f0392164b8a53a662bc"
 | 
						|
let NOTIFLY_USERNAME = "voiceon"
 | 
						|
let NOTIFLY_PASSWORD = "c6c585db0aaa4189be44d0467c7d66b6@A"
 |