This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// HistoryTransactionViewModel.swift | |
// MamiKos | |
// | |
// Created by Mamikos on 19/05/20. | |
// Copyright © 2020 GIT. All rights reserved. | |
// | |
import RxSwift | |
import RxCocoa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Incident Identifier: E010D515-3789-41E0-919B-0C43CC4215F1 | |
Beta Identifier: 8475A621-FF34-423E-A90D-E2EDFB15E309 | |
Hardware Model: iPhone10,6 | |
Process: mamikos [1574] | |
Path: /private/var/containers/Bundle/Application/C35D4BDC-0397-4B2F-A6E5-AF1D5E6CFCFF/mamikos.app/mamikos | |
Identifier: com.git.MamiKos | |
Version: 2093070016 (3.7.0) | |
AppStoreTools: 11E608a | |
AppVariant: 1:iPhone10,6:13 | |
Beta: YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include "application.conf" | |
play.crypto.secret = "aaaabbbccd" | |
db.default.driver=com.mysql.jdbc.Driver | |
db.default.url="jdbc:mysql://[your-db-host]/maui_alpha_developer?reconnect=true&useTimezone=true&serverTimezone=UTC&characterEncoding=utf8" | |
db.default.username=[your username] | |
db.default.password="[your password]" | |
db.authentication.driver=com.mysql.jdbc.Driver |