Skip to content
Snippets Groups Projects
Commit c33cffe8 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

feat: add setup an email on alpha

parent 6c03c394
No related branches found
No related tags found
No related merge requests found
Pipeline #97181 passed
...@@ -59,3 +59,12 @@ Type `yes` to continue. ...@@ -59,3 +59,12 @@ Type `yes` to continue.
A browser window will be opened asking for authorization to access to your file. A browser window will be opened asking for authorization to access to your file.
Just click on "Authorize" to keep on with the doctype dropping. Just click on "Authorize" to keep on with the doctype dropping.
## Set up an email
The `create_instance.sh` script will create an instance but without an email address. The settings from the home are not accessible so you need to manually set the email address. To do so, [connect to the couchDB from alpha](../ecolyo/Technical/environments.md#couchdb-from-alpha) and access the `io-cozy-settings` database. Edit the `io.cozy.settings.instance` entry and add your email.
```json title="io.cozy.settings.instance"
"email": "email@test.com",
"public_name": "Axelle Hair"
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment