-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #171 from COS301-SE-2023/dev
- Loading branch information
Showing
34 changed files
with
506 additions
and
330 deletions.
There are no files selected for viewing
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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
client/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
class EnvironmentVariableConstant { | ||
static const String kojaAwsRdsDatabaseUrl = "KOJA_AWS_RDS_DATABASE_URL"; | ||
static const String kojaAwsRdsDatabaseAdminUsername = "KOJA_AWS_RDS_DATABASE_ADMIN_USERNAME"; | ||
static const String kojaAwsRdsDatabaseAdminPassword = "KOJA_AWS_RDS_DATABASE_ADMIN_PASSWORD"; | ||
static const String kojaAwsDynamodbAccessKeyId = "KOJA_AWS_DYNAMODB_ACCESS_KEY_ID"; | ||
static const String kojaAwsDynamodbAccessKeySecret = "KOJA_AWS_DYNAMODB_ACCESS_KEY_SECRET"; | ||
static const String googleClientId = "GOOGLE_CLIENT_ID"; | ||
static const String googleClientSecret = "GOOGLE_CLIENT_SECRET"; | ||
static const String googleMapsApiKey = "GOOGLE_MAPS_API_KEY"; | ||
static const String kojaJwtSecret = "KOJA_JWT_SECRET"; | ||
static const String openaiApiKey = "OPENAI_API_KEY"; | ||
static const String kojaIdSecret = "KOJA_ID_SECRET"; | ||
static const String coverallsRepoToken = "COVERALLS_REPO_TOKEN"; | ||
static const String kojaPrivateKeyPass = "KOJA_PRIVATE_KEY_PASS"; | ||
static const String kojaPrivateKeySalt = "KOJA_PRIVATE_KEY_SALT"; | ||
static const String aiPrivateKeyPass = "AI_PRIVATE_KEY_PASS"; | ||
static const String aiPrivateKeySalt = "AI_PRIVATE_KEY_SALT"; | ||
static const String serverAddress = "SERVER_ADDRESS"; | ||
static const String serverPort = "SERVER_PORT"; | ||
} |
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
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
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
Oops, something went wrong.