You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,18 +80,13 @@ The docker compose will start the server and a mariadb instance.
80
80
The server will be available at `localhost:50051` and the mariadb instance at `localhost:3306`.
81
81
Additionally, docker creates the volume `campus-db-data` to persist the data of the mariadb instances.
82
82
83
-
### Setting up the Database
84
-
The mariadb schema can be installed by executing the following command inside the mariadb container:
85
-
```bash
86
-
mysql --user=root --password=secret_root_password campus_db < /entrypoint/schema.sql
87
-
```
88
-
89
83
### Environment Variables
90
84
The following environment variables need to be set for the server to work properly:
91
85
*[REQUIRED]`DB_NAME`: The name of the database to use.
92
86
*[REQUIRED]`DB_ROOT_PASSWORD`: The password of the root user.
93
87
*[OPTIONAL]`DB_PORT`: The port of the database server. Defaults to `3306`.
94
88
*[OPTIONAL]`SENTRY_DSN`: The Sentry [Data Source Name](https://sentry-docs-git-patch-1.sentry.dev/product/sentry-basics/dsn-explainer/) for reporting issues and crashes.
89
+
*[OPTIONAL]`OMDB_API_KEY`: The key to get more information for tu-film movies from [omdbapi](https://omdbapi.com/). See [omdbapi](https://omdbapi.com/apikey.aspx) for a key.
95
90
***[iOS Push Notification Service [OPTIONAL]](#ios-push-notifications-service)**:
96
91
*[REQUIRED]`APNS_KEY_ID`: The key ID of the APNs key => APNs Key needs to be downloaded from the Apple Developer Portal the name of the file also contains the key ID.
97
92
*[REQUIRED]`APNS_TEAM_ID`: The team ID of the iOS app can be found in AppStoreConnect.
0 commit comments